Maximum Unicode code point.
Maximum Unicode code point in the Basic Multilingual Plane (BMP).
Create a string from a sequence of Unicode code points.
Convert a UTF-16 encoded string to an array of integers using UTF-8 encoding.
Grapheme cluster break tooling.
Return the next extended grapheme cluster break in a string after a specified position.
Test if a position in a string marks the start of a UTF-16 surrogate pair.
Return a Unicode code point from a string at a specified position.
Percent-encode a UTF-16 encoded string according to RFC 3986.
Return a regular expression to match an unpaired UTF-16 surrogate.
Return a regular expression to match a UTF-16 surrogate pair.
Return the previous extended grapheme cluster break in a string before a specified position.
Standard string unicode constants.
Return the position of the next Unicode code point in a string after a specified position.
Invoke a function for each UTF-16 code unit in a string.