ReplaceNoCase
Method Signature
ReplaceNoCase(string=[string], substring1=[string], obj=[any], scope=[string], start=[string])Arguments
Argument
Type
Required
Description
Default
Examples
Script Syntax
getVal = replaceNoCase( "Boxlang", "u", "a" );
writeDump( getVal );
Tag Syntax
Additional Examples
Related
Last updated
Was this helpful?
