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 Unescaper.php
Author: Matthew Lewinski matthew@lewinski.org
Located at Unescaper.php
public
string
|
|
public
string
|
|
public
string
|
#
unescapeCharacter( string $value )
Unescapes a character that was found in a double-quoted 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})"
|