<- CRPL reference <- String Commands
Arguments | Result | Notation |
---|---|---|
A main string, a search string, a replacement string | a new string | s1 s2 s3 – s4 |
Creates a fourth string where copies of the second string in the first string are turned into the third string.
"Lorem ipsum dolor sit amet" ->myString <-myString "m" ":)" StringReplace ->myString #The popup text will be "Lore:) ipsu:) dolor sit a:)et" <-myString SetPopupText