constant Unescaper::REGEX_ESCAPED_CHARACTER in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/yaml/Unescaper.php \Symfony\Component\Yaml\Unescaper::REGEX_ESCAPED_CHARACTER
Regex fragment that matches an escaped character in a double quoted string.
File
- vendor/
symfony/ yaml/ Unescaper.php, line 35
Class
- Unescaper
- Unescaper encapsulates unescaping rules for single and double-quoted YAML strings.
Namespace
Symfony\Component\YamlCode
const REGEX_ESCAPED_CHARACTER = "\\\\([0abt\tnvfre \\\"\\/\\\\N_LP]|x[0-9a-fA-F]{2}|u[0-9a-fA-F]{4}|U[0-9a-fA-F]{8})";