Matchabletype
string | RegExp
| Type | |
|---|---|
RegExp |
A thing that a string can be matched against.
- Either a
RegExpinstance, or astringthat is matched using===equality.
string | RegExp
| Type | |
|---|---|
RegExp |
A thing that a string can be matched against.
RegExp instance, or a string that is matched using === equality.