glosub()#
Syntax
glosub( target_string, search, replace )
Returns#
Returns string where all instances of search have been replaced.
Parameters#
| Parameter | Description |
|---|---|
target_string |
the target string |
search |
the sub-string that will be search ed for |
replace |
the replacement string |