@stdlib/string-replace
popularReplace search occurrences with a replacement string.
Updated by @stdlib-bot
@stdlib/string-repeat
Repeat a string a specified number of times and return the concatenated result.
Updated by @stdlib-bot
@stdlib/string-trim
Trim whitespace characters from the beginning and end of a string.
Updated by @stdlib-bot
@stdlib/string-next-grapheme-cluster-break
Return the next extended grapheme cluster break in a string after a specified position.
Updated by @stdlib-bot
@stdlib/string-ends-with
Test if a string ends with the characters of another string.
Updated by @stdlib-bot
@stdlib/string-starts-with
Test if a string starts with the characters of another string.
Updated by @stdlib-bot
@stdlib/constants-unicode-max-bmp
Maximum Unicode code point in the Basic Multilingual Plane (BMP).
Updated by @stdlib-bot
@stdlib/string-remove-utf8-bom
Remove a UTF-8 byte order mark (BOM) from the beginning of a string.
Updated by @stdlib-bot
@stdlib/string-code-point-at
Return a Unicode code point from a string at a specified position.
Updated by @stdlib-bot
@stdlib/string-num-grapheme-clusters
Return the number of grapheme clusters in a string.
Updated by @stdlib-bot
@stdlib/string-remove-punctuation
Remove punctuation characters from a string.
Updated by @stdlib-bot
@stdlib/string-split-grapheme-clusters
Split a string by its grapheme cluster breaks.
Updated by @stdlib-bot