@stdlib/string-split-grapheme-clusters
Split a string by its grapheme cluster breaks.
Split a string by its grapheme cluster breaks.
Capitalize the first letter of each word in a string.
Capitalize the first letter of each word in a string.
Test if a string starts with the characters of another string.
Test if a string starts with the characters of another string.
Return the part of a string after a specified substring.
Return the part of a string after a specified substring.
Return the part of a string after the last occurrence of a specified substring.
Return the part of a string after the last occurrence of a specified substring.
Return the part of a string before a specified substring.
Return the part of a string before a specified substring.
Convert an integer to an ordinal string (e.g., 1st, 2nd, etc.).
Expand acronyms.
Expand contractions.
Return the last grapheme cluster (i.e., user-perceived character) of a string.
Left pad a string.
Trim whitespace characters from the beginning of a string.
Convert a string to lowercase.
Convert a string to Pascal case.
Percent-encode a UTF-16 encoded string according to RFC 3986.