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-substring-after-last • Rank 2.7 • Science 44%

Return the part of a string after the last occurrence of a specified substring.

Updated 4 months ago

@stdlib/string-replace-before • Science 44%

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

Updated 4 months ago

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

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

Updated 4 months ago

@stdlib/string-base-replace-after • Science 44%

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

Updated 4 months ago

@stdlib/string-base-replace-after-last • Science 44%

Replace the substring after the last occurrence of a specified search string.

Updated 4 months ago

string-base-slice-grapheme-clusters • Science 44%

Slice a string based on grapheme cluster (i.e., user-perceived character) indices.