ReplaceNoCase
Replaces occurrences of substring1 in a string with obj, in a specified scope.
The search is case-sensitive. Function returns original string with replacements made
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The string to search | |
|
|
| The substring to search for | |
|
|
| The string to replace substring1 with | |
|
|
| The scope to search in |
|
|
|
|
|
Examples
Related
Last updated