<=[[4rpl:start| Index]] \\ <=[[4rpl:start#strings| Strings]] ====== StringReplace ====== StringReplace(<-inputString <-match <-replace) ->newString ===== Description ===== Searches a string for all instances for another string, and replaces them with a different string. * **inputString**: The string to be searched * **match**: The string to search for in inputString * **replace**:The string to replace all match occurrences with ===== Examples ===== Trace(StringReplace ("Where there's a will, there's a way." "will" "way")) <=[[4rpl:start| Index]] ~~NOTOC~~