You are here

constant Parser::FOLDED_SCALAR_PATTERN in Plug 7

File

lib/Symfony/yaml/Symfony/Component/Yaml/Parser.php, line 23

Class

Parser
Parser parses YAML strings to convert them to PHP arrays.

Namespace

Symfony\Component\Yaml

Code

const FOLDED_SCALAR_PATTERN = '(?P<separator>\\||>)(?P<modifiers>\\+|\\-|\\d+|\\+\\d+|\\-\\d+|\\d+\\+|\\d+\\-)?(?P<comments> +#.*)?';