Updated 4 months ago

@stdlib/regexp-regexp • Rank 21.1 • Science 44%

Return a regular expression to parse a regular expression string.

Updated 4 months ago

@stdlib/string-base-format-tokenize • Rank 20.7 • Science 44%

Tokenize a string into an array of string parts and format identifier objects.

Updated 4 months ago

@stdlib/string-utf16-to-utf8-array • Rank 9.8 • Science 44%

Convert a UTF-16 encoded string to an array of integers using UTF-8 encoding.

Updated 4 months ago

@stdlib/string-next-grapheme-cluster-break • Rank 9.2 • Science 44%

Return the next extended grapheme cluster break in a string after a specified position.

Updated 4 months ago

@stdlib/string-base-repeat • Rank 8.5 • Science 44%

Repeat a string a specified number of times and return the concatenated result.

Updated 4 months ago

@stdlib/string-repeat • Rank 8.1 • Science 44%

Repeat a string a specified number of times and return the concatenated result.

Updated 4 months ago

@stdlib/string-trim • Rank 7.7 • Science 44%

Trim whitespace characters from the beginning and end of a string.

Updated 4 months ago

@hugoalh/string-overflow • Rank 6.0 • Science 44%

An ECMAScript (JavaScript & TypeScript) module to truncate the string with the specify length; Safe with the emojis, URLs, and words.

Updated 4 months ago

@stdlib/assert-is-ascii • Rank 5.6 • Science 44%

Test whether a character belongs to the ASCII character set and whether this is true for all characters in a provided string.

Updated 4 months ago

@stdlib/string-ends-with • Rank 3.8 • Science 44%

Test if a string ends with the characters of another string.

Updated 4 months ago

@stdlib/string-base-replace-before • Rank 3.6 • Science 44%

Replace the substring before the first occurrence of a specified search string.

Updated 4 months ago

@stdlib/string-prev-grapheme-cluster-break • Rank 3.6 • Science 44%

Return the previous extended grapheme cluster break in a string before a specified position.

Updated 4 months ago

sixarm_ruby_unaccent • Rank 3.6 • Science 44%

SixArm.com » Ruby » Unaccent replaces a string's accented characters with ASCII characters.

Updated 4 months ago

@stdlib/function-to-string • Rank 3.3 • Science 44%

Return a string representing the source code of a provided function.