ReplaceListNoCase
Replaces occurrences of the elements from a delimited list, in a string with corresponding elements from another delimited list.
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The string to operate on | |
|
|
| The first delimited list of search values | |
|
|
| The second delimited list of replacement values | |
|
|
| The delimiters for list 1 |
|
|
|
| The delimiters for list 2 |
|
|
|
| Whether to include empty fields in the final result |
|
Examples
Related
Last updated