Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Escaper.php
Escaper::REGEX_CHARACTER_TO_ESCAPE
File
vendor/
symfony/
yaml/
Escaper.php
, line 25
Class
Escaper
Escaper encapsulates escaping rules for single and double-quoted YAML strings.
Namespace
Symfony\Component\Yaml
Code
public
const
REGEX_CHARACTER_TO_ESCAPE
=
"[\\x00-\\x1f]|| | | | "
;
RSS feed