@stdlib/string-left-trim
Trim whitespace characters from the beginning of a string.
Trim whitespace characters from the beginning of a string.
Trim whitespace characters from the beginning of a string.
Trim `n` characters from the beginning of a string.
Trim `n` characters from the beginning of a string.
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.
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.