Index
Strings

StringReplace

StringReplace(<-inputString <-match <-replace) ->newString

Description

Searches a string for all instances for another string, and replaces them with a different string.

Examples

Trace(StringReplace ("Where there's a will, there's a way." "will" "way"))

Index