You are here

constant Inline::REGEX_QUOTED_STRING in Currency 7.2

File

currency/vendor/symfony/yaml/Inline.php, line 24

Class

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

Namespace

Symfony\Component\Yaml

Code

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