You are here

constant Escaper::REGEX_CHARACTER_TO_ESCAPE in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/yaml/Escaper.php \Symfony\Component\Yaml\Escaper::REGEX_CHARACTER_TO_ESCAPE

File

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

Class

Escaper
Escaper encapsulates escaping rules for single and double-quoted YAML strings.

Namespace

Symfony\Component\Yaml

Code

const REGEX_CHARACTER_TO_ESCAPE = "[\\x00-\\x1f]|…| |
|
";