User Tools

Site Tools


prpl:stringreplace

<- PRPL reference <- Strings

StringReplace

ArgumentsResultNotation
string string string string [string string string- string]

Description

string ARG1: The string to be searched string ARG2: The string to search for in ARG1 string ARG3: The string to replace ARG2 with

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")) 
prpl/stringreplace.txt · Last modified: 2016/12/02 18:33 by 127.0.0.1