@stdlib/string-lowercase
Convert a string to lowercase.
Found 175 results for stdstring
Convert a string to lowercase.
Generate string from a token array by interpolating values.
Replace search occurrences with a replacement string.
Insert supplied variable values into a format string.
Tokenize a string into an array of string parts and format identifier objects.
Replace search occurrences with a replacement string.
Convert a string to lowercase.
Trim whitespace characters from the beginning and end of a string.
Create a string from a sequence of Unicode code points.
Maximum Unicode code point.
Maximum Unicode code point in the Basic Multilingual Plane (BMP).
Capitalize the first character in a string.
Convert a UTF-16 encoded string to an array of integers using UTF-8 encoding.
Return the next extended grapheme cluster break in a string after a specified position.
Test if a position in a string marks the start of a UTF-16 surrogate pair.
Grapheme cluster break tooling.
Return a Unicode code point from a string at a specified position.
Expand contractions.
Convert a string to Pascal case.
Uncapitalize the first character of a string.
Remove punctuation characters from a string.
Generate an acronym for a given string.
Convert a string to uppercase.
Create an iterator which iterates over grapheme clusters.
Return a Unicode code point from a string at a specified position.
Capitalize the first character in a string.
Convert a string to kebab case.
Convert a string to Pascal case.
Trim whitespace characters from the beginning and end of a string.
Calculates the Levenshtein (edit) distance between two strings.
Uncapitalize the first character of a string.
Repeat a string a specified number of times and return the concatenated result.
Percent-encode a UTF-16 encoded string according to RFC 3986.
Split a string by its grapheme cluster breaks.
Remove a UTF-8 byte order mark (BOM) from the beginning of a string.
Repeat a string a specified number of times and return the concatenated result.
Remove a list of words from a string.
Truncate a string in the middle to a specified length.
Return the number of grapheme clusters in a string.
Convert a string to uppercase.
Percent-encode a UTF-16 encoded string according to RFC 3986.
Truncate a string to a specified length.
Convert a string to camel case.
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 ends with the characters of another string.
Test if a string starts with the characters of another string.
Left pad a string.
Convert a string to camel case.
Left pad a string.
Right pad a string.
Return the part of a string after a specified substring.
Right pad a string.
Return the part of a string before a specified substring.
Convert a string to kebab case.
Test if a string ends with the characters of another string.
Convert a number to a word representation.
Pad a string.
Convert a string to Pascal case.
Remove a UTF-8 byte order mark (BOM) from the beginning of a string.
Remove the first grapheme cluster (i.e., user-perceived character) of a string.
Percent-encode a UTF-16 encoded string according to RFC 3986.
Convert a string to dot case.
Standard string unicode constants.
Convert a string to snake case.
Convert a string to lowercase.
Remove the first Unicode code point of a string.
Remove the first UTF-16 code unit of a string.
Trim whitespace characters from the beginning of a string.
Trim whitespace characters from the end of a string.
Replace the substring before the first occurrence of a specified search string.
POSIX path segment separator.
Convert a string to constant case.
Invoke a function for each grapheme cluster (i.e., user-perceived character) in a string.
Convert a string to HTTP header case.
Platform-specific path segment separator.
Remove the first character(s) of a string.
Reverse the UTF-16 code units of a string.
Remove the last Unicode code point of a string.
Remove the first character(s) of a string.
Convert a string to kebab case.
Return the first Unicode code point of a string.
Capitalize the first character in a string.
Base (i.e., lower-level) string functions.
Return the last Unicode code point of a string.
Return the first UTF-16 code unit of a string.
Remove the last character(s) of a string.
Windows path segment separator.
Invoke a function for each UTF-16 code unit in a string.
Return the last UTF-16 code unit of a string.
Convert a string to HTTP header case.
Repeat a string a specified number of times and return the concatenated result.
Remove the last character(s) of a string.
Generate an acronym for a given string.
Replace the substring after the first occurrence of a specified search string.
Expand acronyms.
Remove the last grapheme cluster (i.e., user-perceived character) of a string.
Return the part of a string after a specified substring.
Convert a string to snake case.
Convert a string to HTTP header case.
Convert a string to dot case.
Windows path delimiter.
Trim whitespace characters from the end of a string.
Convert a string to inverse case.
Remove a list of words from a string.
Pad a string.
Return the part of a string before the last occurrence of a specified substring.
Invoke a function for each Unicode code point in a string.
Test if a position in a string marks the start of a UTF-16 surrogate pair.
Reverse the Unicode code points of a string.
Replace the substring after the last occurrence of a specified search string.
Return the first grapheme cluster (i.e., user-perceived character) of a string.
Remove punctuation characters from a string.
Return the last grapheme cluster (i.e., user-perceived character) of a string.
Replace the substring before the last occurrence of a specified search string.
Convert a string to constant case.
Left pad a string.
Convert a string to alternate case.
Platform-specific path delimiter.
Truncate a string in the middle to a specified length.
Return the part of a string after the last occurrence of a specified substring.
Trim whitespace characters from the beginning and end of a string.
Convert a string to snake case.
Reverse a string.
Return the first character(s) of a string.
Trim whitespace characters from the end of a string.
Test if a string ends with the characters of another string.
Truncate the middle UTF-16 code units of a string to return a string having a specified length.
Return the previous extended grapheme cluster break in a string before a specified position.
Uncapitalize the first character of a string.
Return the number of grapheme clusters in a string.
Trim `n` characters from the beginning of a string.
Create a string from a sequence of Unicode code points.
Return the next extended grapheme cluster break in a string after a specified position.
Test if a string starts with the characters of another string.
Reverse the grapheme clusters (i.e., user-perceived characters) of a string.
Convert a number to a word representation.
Invoke a function for each character in a string.
Remove the last UTF-16 code unit of a string.
Trim `n` characters from the beginning of a string.
Return the first character(s) of a string.
Right pad a string.
Replace search occurrences with a replacement string.
Convert an integer to an ordinal string (e.g., 1st, 2nd, etc.).
Convert a string to dot case.
Invoke a function for each UTF-16 code unit in a string, iterating from right to left.
Trim whitespace characters from the beginning of a string.
Capitalize the first letter of each word in a string.
Convert a string to sticky case.
Replace the substring before the first occurrence of a specified search string.
Convert a string to constant case.
Return the last character(s) of a string.
Invoke a function for each Unicode code point in a string, iterating from right to left.
Truncate a string to a specified length.
Return the position of the next Unicode code point in a string after a specified position.
Calculate the Hamming distance between two equal-length strings.
POSIX path delimiter.
Convert a string to camel case.
Return the previous extended grapheme cluster break in a string before a specified position.
Create an iterator which iterates from right to left over grapheme clusters.
Return the part of a string before the last occurrence of a specified substring.
Trim `n` characters from the end of a string.
Standard string path constants.
Convert a string to uppercase.
Reverse a string.
Return a Unicode code point from a string at a specified position.
Replace the substring before the first occurrence of a specified search string.
Return the position of the next Unicode code point in a string after a specified position.
Return the last character(s) of a string.
String tools.
Trim `n` characters from the end of a string.
Trim whitespace characters from the beginning of a string.
Return the part of a string before a specified substring.
Return the part of a string after the last occurrence of a specified substring.