User Tools

Site Tools


ixe:irpl:strings:stringreplace

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"))
ixe/irpl/strings/stringreplace.txt · Last modified: 2025/01/10 20:16 by Karsten75