⇐ Index ⇐ Strings
StringReplace(<-inputString <-match <-replace) ->newString
Searches a string for all instances for another string, and replaces them with a different string.
Trace(StringReplace ("Where there's a will, there's a way." "will" "way"))
⇐ Index