User Tools

Site Tools


crpl:docs:stringreplace

<- CRPL reference <- String Commands

StringReplace

ArgumentsResultNotation
A main string, a search string, a replacement string a new string s1 s2 s3 – s4

Description

Creates a fourth string where copies of the second string in the first string are turned into the third string.

Examples

"Lorem ipsum dolor sit amet" ->myString
<-myString "m" ":)" StringReplace ->myString
#The popup text will be "Lore:) ipsu:) dolor sit a:)et"
<-myString SetPopupText
crpl/docs/stringreplace.txt · Last modified: 2021/02/05 11:44 by Karsten75