reMatchNoCase
Uses a regular expression (RE) to search a string for a pattern.
Method Signature
reMatchNoCase(reg_expression=[string], string=[string])
Arguments
Argument
Type
Required
Description
Default
reg_expression
string
true
The regular expression to search for
string
string
true
The string to serach in
Examples
Related
Last updated
Was this helpful?