constant Escaper::REGEX_CHARACTER_TO_ESCAPE

File

drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Escaper.php, line 22

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]|…| |
|
";