This is an old revision of the document!
⇐ Index
StringReplace (<-inputString <-match <-replace)
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