Class Unescaper
Unescaper encapsulates unescaping rules for single and double-quoted YAML strings.
Namespace: Symfony\Component\Yaml
Author: Matthew Lewinski <matthew@lewinski.org>
Located at yaml/Symfony/Component/Yaml/Unescaper.php
Author: Matthew Lewinski <matthew@lewinski.org>
Located at yaml/Symfony/Component/Yaml/Unescaper.php
public
string
|
|
public
string
|
|
public
string
|
string |
ENCODING
|
'UTF-8' |
|
string |
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})" |