@stdlib/string-lowercase-cli
Convert a string to lowercase.
Convert a string to lowercase.
Return the position of the next Unicode code point in a string after a specified position.
Return the position of the next Unicode code point in a string after a specified position.
Return the next extended grapheme cluster break in a string after a specified position.
Return the next extended grapheme cluster break in a string after a specified position.
Return the number of grapheme clusters in a string.
Return the number of grapheme clusters in a string.
Convert a number to a word representation.
Convert a number to a word representation.
Repeat a string a specified number of times and return the concatenated result.
Repeat a string a specified number of times and return the concatenated result.
Replace search occurrences with a replacement string.
Replace the substring before the first occurrence of a specified search string.
Replace the substring before the first occurrence of a specified search string.
Convert a string to uppercase.
Convert a string to camel case.
Convert a string to camel case.
Capitalize the first character in a string.
Capitalize the first character in a string.
Return a Unicode code point from a string at a specified position.