Updated 6 months ago

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

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

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

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

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

Updated 6 months ago

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

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

Updated 6 months ago

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

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

Updated 6 months ago

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

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