@stdlib/string-pascalcase
Convert a string to Pascal case.
Convert a string to Pascal case.
Convert a string to Pascal case.
Percent-encode a UTF-16 encoded string according to RFC 3986.
Percent-encode a UTF-16 encoded string according to RFC 3986.
Return the previous extended grapheme cluster break in a string before a specified position.
Return the previous extended grapheme cluster break in a string before a specified position.
Remove the first character(s) of a string.
Remove the first character(s) of a string.
Remove the last character(s) of a string.
Remove the last character(s) of a string.
Remove punctuation characters from a string.
Remove punctuation characters from a string.
Trim `n` characters from the end of a string.
Trim `n` characters from the end of a string.
Convert a string to snake case.
Convert a string to snake case.
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.