ReReplace
Method Signature
ReReplace(string=[string], regex=[string], substring=[string], scope=[string])Arguments
Argument
Type
Required
Description
Default
Examples
Strip Characters Using ReReplace
reReplaceNoCase( "test 123!", "[^a-z0-9]", "", "ALL" );
Extract Characters Using Back Reference
Additional Examples
Related
Last updated
Was this helpful?
