Replace Text

Notes

Replaces text based on the parameters.

Syntax

replaceText(input: <#String (Allows Variables)#>, find: <#String (Allows Variables)#>, replace: <#String (Allows Variables)#>, isRegex: <#Boolean#>, cSensitive: <#Boolean#>)

Example

replaceText(input: "Hello World!", find: "Hello", replace: "Hey", isRegex: false, cSensitive: true)