Category: String
Syntax:
strReplace:String(str:String, find:String, replaceWith:String)
String
Replaces all occurrences of a substring with another string.
Takes str (original string), find (substring to find), replaceWith (replacement string).
Returns a new string with all occurrences of find replaced with replaceWith.
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn