Namespace: Unicode

Unicode

Unicode operations.

Author:
  • <p>n1474335 [n1474335@gmail.com]</p>
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