@stdlib/string-uppercase-cli
Convert a string to uppercase.
Convert a string to uppercase.
Convert a UTF-16 encoded string to an array of integers using UTF-8 encoding.
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.
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 a duration string to milliseconds.
Convert a duration string to milliseconds.
Test whether a value is a property key.
Test if a value is a regular expression string.
Test if a value is a regular expression string.
Test whether a string matches a Node.js built-in module name.