Unicode operations.
- Copyright:
-
- Crown Copyright 2016
- License:
-
- Apache-2.0
- Source:
Members
-
<static, constant> PREFIXES
-
- Default Value:
-
- ["\\u","%u","U+"]
- Source:
-
<private, static, constant> _prefix_to_regex
-
Lookup table to add prefixes to unicode delimiters so that they can be used in a regex.
- Source:
Methods
-
<static> run_unescape(input, args)
-
Unescape Unicode Characters operation.
Parameters:
Name Type Description input
string args
Array.<Object> - Source:
Returns:
- Type
- string