reMatchNoCase
Uses a regular expression (RE) to search a string for a pattern, starting from a specified position.
Method Signature
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