Updated 10 months ago
trviz
A python library for decomposing and visualizing tandem repeat sequences
Updated 10 months ago
@stdlib/string-base-replace
Replace search occurrences with a replacement string.
Updated 10 months ago
@stdlib/string-base-uncapitalize
Uncapitalize the first character of a string.
Updated 10 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 10 months ago
@stdlib/string-left-trim-n
Trim `n` characters from the beginning of a string.
Updated 10 months ago
@stdlib/string-right-trim-n
Trim `n` whitespace characters from the end of a string.
Updated 10 months ago
string-base-format-interpolate
Generate string from a token array by interpolating values.