constant Escaper::REGEX_CHARACTER_TO_ESCAPE in Service Container 7
Same name and namespace in other branches
- 7.2 modules/providers/service_container_symfony/lib/Symfony/Component/Yaml/Escaper.php \Symfony\Component\Yaml\Escaper::REGEX_CHARACTER_TO_ESCAPE
File
- modules/
providers/ service_container_symfony/ lib/ Symfony/ Component/ Yaml/ Escaper.php, line 23
Class
- Escaper
- Escaper encapsulates escaping rules for single and double-quoted YAML strings.
Namespace
Symfony\Component\YamlCode
const REGEX_CHARACTER_TO_ESCAPE = "[\\x00-\\x1f]|
| |
|
";