@stdlib/string-starts-with-cli
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.
Return the part of a string before the last occurrence of a specified substring.
Remove a UTF-8 byte order mark (BOM) from the beginning of a string.
Remove a UTF-8 byte order mark (BOM) from the beginning of a string.
Remove a list of words from a string.
Remove a list of words from 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.
Replace search occurrences with a replacement string.
Reverse a string.
Reverse a string.