strReplace

Category: String

Syntax:

strReplace:String(str:String, find:String, replaceWith:String)


Parameters

Returns

String



Summary

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



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn