We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e23f3f8 commit 0e9d00fCopy full SHA for 0e9d00f
lib/node_modules/@stdlib/string/replace/docs/repl.txt
@@ -1,6 +1,6 @@
1
2
{{alias}}( str, search, newval )
3
- Replaces `search` occurrences with a replacement string.
+ Replaces search occurrences with a replacement string.
4
5
When provided a string as the search value, the function replaces *all*
6
occurrences. To remove only the first match, use a regular expression.
0 commit comments