User Tools

Site Tools


crpl:docs:stringreplace

This is an old revision of the document!


<- 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.1612543487.txt.gz · Last modified: 2025/02/14 14:56 (external edit)