@stdlib/string-base-dotcase
Convert a string to dot case.
Convert a string to dot case.
Test if a string ends with the characters of another string.
Return the first UTF-16 code unit of a string.
Return the first grapheme cluster (i.e., user-perceived character) of a string.
Invoke a function for each Unicode code point in a 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.
Reverse the grapheme clusters (i.e., user-perceived characters) of a string.
Right pad a string.
Trim whitespace characters from the end of a string.
Convert a string to snake case.
Capitalize the first letter of each word in a string.
Test if a string starts with the characters of another string.
Convert a string to sticky case.
Trim whitespace characters from the beginning and end of a string.
Truncate the middle UTF-16 code units of a string to return a string having a specified length.
Uncapitalize the first character of a string.
Generate an acronym for a given string.