You are here

constant Parser::BLOCK_SCALAR_HEADER_PATTERN in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/yaml/Parser.php \Symfony\Component\Yaml\Parser::BLOCK_SCALAR_HEADER_PATTERN

File

vendor/symfony/yaml/Parser.php, line 23

Class

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

Namespace

Symfony\Component\Yaml

Code

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