Updated 6 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 6 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 6 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 6 months ago

@stdlib/string-base-for-each-right • Rank 2.1 • Science 26%

Invoke a function for each UTF-16 code unit in a string iterating from right to left.

Updated 6 months ago

@stdlib/string-next-code-point-index • Science 44%

Return the position of the next Unicode code point in a string after a specified position.