Updated 6 months ago
@stdlib/string-base-replace
Replace search occurrences with a replacement string.
Updated 6 months ago
@stdlib/assert-is-ascii
Test whether a character belongs to the ASCII character set and whether this is true for all characters in a provided string.
Updated 6 months ago
@stdlib/string-right-trim-n
Trim `n` whitespace characters from the end of a string.
Updated 6 months ago
string-base-format-interpolate
Generate string from a token array by interpolating values.