Uses a regular expression (regex) to search a string for a string pattern and replace it with another.
The search is case-sensitive.
reReplaceNoCase(string=[string], regex=[string], substring=[string], scope=[string])
Argument | Type | Required | Description | Default |
---|---|---|---|---|
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 |
- Ascii
- CamelCase
- Char
- CharsetDecode
- CharsetEncode
- Compare
- CompareNoCase
- Find
- FindNoCase
- FindOneOf
- Insert
- JSStringFormat
- KebabCase
- LCase
- Left
- ListReduce
- LJustify
- LTrim
- Mid
- ParagraphFormat
- PascalCase
- QueryStringToStruct
- ReEscape
- ReFind
- reFindNoCase
- ReMatch
- reMatchNoCase
- RemoveChars
- RepeatString
- Replace
- ReplaceList
- ReplaceListNoCase
- ReplaceNoCase
- ReReplace
- Reverse
- Right
- RJustify
- RTrim
- Slugify
- SnakeCase
- SpanExcluding
- SpanIncluding
- SQLPrettify
- StringBind
- StringEach
- StringEvery
- StringFilter
- StringMap
- StringReduce
- StringReduceRight
- StringSome
- StringSort
- StripCR
- Trim
- TrueFalseFormat
- UCase
- UCFirst
- Val
- Wrap
- YesNoFormat