Replaces occurrences of the elements from a delimited list, in a string with corresponding elements from another delimited list.
ReplaceList(string=[string], list1=[string], list2=[string], delimiter_list1=[string], delimiter_list2=[string], includeEmptyFields=[boolean])
Argument | Type | Required | Description | Default |
---|---|---|---|---|
string |
string |
true |
The string to operate on | |
list1 |
string |
true |
The first delimited list of search values | |
list2 |
string |
true |
The second delimited list of replacement values | |
delimiter_list1 |
string |
false |
The delimiters for list 1 | , |
delimiter_list2 |
string |
false |
The delimiters for list 2 | , |
includeEmptyFields |
boolean |
false |
Whether to include empty fields in the final result | false |
- 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
- ReplaceListNoCase
- ReplaceNoCase
- ReReplace
- reReplaceNoCase
- 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