@stdlib/string-base-pascalcase
Convert a string to Pascal case.
Convert a string to Pascal case.
Percent-encode a UTF-16 encoded string according to RFC 3986.
Remove the first UTF-16 code unit of a string.
Remove the first Unicode code point of a string.
Remove the first grapheme cluster (i.e., user-perceived character) of a string.
Remove the last UTF-16 code unit of a string.
Remove the last Unicode code point of a string.
Remove the last grapheme cluster (i.e., user-perceived character) of a string.
Repeat a string a specified number of times and return the concatenated result.
Replace search occurrences with a replacement string.
Replace the substring after the first occurrence of a specified search string.
Replace the substring after the last occurrence of a specified search string.
Replace the substring before the first occurrence of a specified search string.
Replace the substring before the last occurrence of a specified search string.
Reverse the UTF-16 code units of a string.
Reverse the Unicode code points of a string.
String tools.
Grapheme cluster break tooling.
Trim whitespace characters from the beginning and end of a string.
Trim whitespace characters from the beginning and end of a string.