<- [[crpl:crplreference|CRPL reference]] <- [[crpl:crplreference#string_commands|String Commands]] ===== StringReplace ===== ^Arguments^Result^Notation^ |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