private static property EasyRdf_Parser_Turtle::$localEscapedChars in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Turtle.php \EasyRdf_Parser_Turtle::localEscapedChars
@ignore
File
- vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Parser/ Turtle.php, line 1273
Class
- EasyRdf_Parser_Turtle
- Class to parse Turtle with no external dependancies.
Code
private static $localEscapedChars = array(
'_',
'~',
'.',
'-',
'!',
'$',
'&',
'\'',
'(',
')',
'*',
'+',
',',
';',
'=',
'/',
'?',
'#',
'@',
'%',
);