reReplaceNoCase
Last updated
Was this helpful?
Last updated
Was this helpful?
Uses a regular expression (regex) to search a string for a string pattern and replace it with another.
The search is case-sensitive.
string
string
true
The string to search
regex
string
true
The regular expression to search for
substring
string
true
The string to replace regex with
scope
string
true
The scope to search in (one, all)
one