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

@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/iter-fill • Rank 3.1 • Science 44%

Create an iterator which replaces all values from a provided iterator from a start index to an end index with a static value.

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/array-base-place • Science 44%

Replace elements of an array with provided values according to a provided mask array.

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/array-put • Science 44%

Replace specified elements of an array with provided values.

Updated 4 months ago

@stdlib/array-mskput • Science 44%

Replace elements of an array with provided values according to a provided mask array.

Updated 4 months ago

@stdlib/array-base-mskput • Science 44%

Replace elements of an array with provided values according to a provided mask array.

Updated 4 months ago

@stdlib/array-place • Science 44%

Replace elements of an array with provided values according to a provided mask array.

Updated 4 months ago

@stdlib/array-base-put • Science 44%

Replace specified elements of an array with provided values.

Updated 4 months ago

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

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