
|
|
Get SteelArrow!
|
 |
 |
 |
.replace
 |
 |
 |
 |
 |
| |
| |
| Return to Function List |
| |
Replaces a sub-string within a STRING (or LIST) with another string.
Replacement is global, therefore all occurences of the sub-string are replaced within the
STRING or LIST object. This version is case-sensitive, use .ReplaceNC for a case-insensitive version.
In LIST objects only elements that match exactly are replaced with the new_str.
|
| |
| Syntax |
OBJECT.Replace( str_to_find, new_str )
|
| str_to_find |
Sub-string to match. |
| new_str |
Replaces sub-string. |
| |
| |
|
|
|
| |
|
|
|