@stdlib/string-base-remove-first
Remove the first UTF-16 code unit of a string.
Remove the first UTF-16 code unit of a string.
Remove the first Unicode code point of a string.
Remove the first grapheme cluster (i.e., user-perceived character) of a string.
Remove the last UTF-16 code unit of a string.
Remove the last Unicode code point of a string.
Remove the last grapheme cluster (i.e., user-perceived character) of a string.
Repeat a string a specified number of times and return the concatenated result.
Replace search occurrences with a replacement string.
Replace the substring after the first occurrence of a specified search string.
Replace the substring after the last occurrence of a specified search string.
Invoke a function for each UTF-16 code unit in a string, iterating from right to left.
Generate string from a token array by interpolating values.
Tokenize a string into an array of string parts and format identifier objects.
Convert a string to HTTP header case.
Convert a string to inverse case.
Convert a string to kebab case.
Return the last UTF-16 code unit of a string.
Return the last Unicode code point of a string.
Return the first Unicode code point of a string.
Invoke a function for each UTF-16 code unit in a string.