User Tools

Site Tools


4rpl:commands:stringreplace

This is an old revision of the document!


Index

StringReplace

StringReplace (<-inputString <-match <-replace)

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"))

Index

4rpl/commands/stringreplace.1610121708.txt.gz · Last modified: 2025/02/14 14:56 (external edit)