constant Inline::REGEX_QUOTED_STRING in Plug 7
File
- lib/
Symfony/ yaml/ Symfony/ Component/ Yaml/ Inline.php, line 24
Class
- Inline
- Inline implements a YAML parser/dumper for the YAML inline syntax.
Namespace
Symfony\Component\YamlCode
const REGEX_QUOTED_STRING = '(?:"([^"\\\\]*(?:\\\\.[^"\\\\]*)*)"|\'([^\']*(?:\'\'[^\']*)*)\')';