You are here

constant Parser::FOLDED_SCALAR_PATTERN in Service Container 7.2

Same name and namespace in other branches
  1. 7 modules/providers/service_container_symfony/lib/Symfony/Component/Yaml/Parser.php \Symfony\Component\Yaml\Parser::FOLDED_SCALAR_PATTERN

File

modules/providers/service_container_symfony/lib/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> +#.*)?';