User Tools

Site Tools


4rpl:commands:stringreplace

Index
Strings

StringReplace

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

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.txt · Last modified: 2023/01/13 13:35 by Vertu