MivaScript Builtin Function, Miva Merchant 9+
glosub( target_string, search, replace )
<mvt:assign name="g.return_value" value="glosub( target_string, search, replace )" />
Global substitution returns a copy of string in which all instances of string search have been replaced by string replace. (Note: to represent a backslash () in replace, use '\\').
target_string
the target string
search
the sub-string that will be search ed for
replace
the replacement string