Matching
Syntax
["Regexp", "Flags"], [...]
Parameters
Regexp A regular expression object
Flags Regular expressions have optional flags that allow for functionality like global searching and case-insensitive searching
Return Value
All results matching the complete regular expression will be returned.
Example
Last updated