|
Get SteelArrow!
|
|
|
|
replaceNC
|
|
|
|
|
|
|
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-insensitive.
In LIST objects only elements that match exactly are replaced with the new_str.
|
|
Syntax |
OBJECT.ReplaceNC( str_to_find, new_str )
|
str_to_find |
Sub-string to match (case-insensitive matching). |
new_str |
Replaces sub-string. |
|
|
|
|
|
|
|
|