constant Inline::REGEX_QUOTED_STRING

File

drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Inline.php, line 23

Class

Inline
Inline implements a YAML parser/dumper for the YAML inline syntax.

Namespace

Symfony\Component\Yaml

Code

const REGEX_QUOTED_STRING = '(?:"([^"\\\\]*(?:\\\\.[^"\\\\]*)*)"|\'([^\']*(?:\'\'[^\']*)*)\')';