User Tools

Site Tools


4rpl:commands:stringreplace

This is an old revision of the document!


Index
Strings

StringReplace

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

Description

Searches a string for all instances for another string, and replaces them with a different string.

  • inputString: The string to be searched
  • match: The string to search for in inputString
  • replace:The string to replace all match occurrences with

Examples

Trace(StringReplace ("Where there's a will, there's a way." "will" "way"))

Index

4rpl/commands/stringreplace.1638017980.txt.gz · Last modified: 2021/11/27 07:59 by Karsten75