You are here

constant Parser::TAG_PATTERN in Lockr 7.3

File

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

Class

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

Namespace

Symfony\Component\Yaml

Code

const TAG_PATTERN = '(?P<tag>![\\w!.\\/:-]+)';