A light-weight representation of a JavaScript RegExp object.
This interface only requires the source and flags properties of a RegExp object.
source
flags
Readonly
A light-weight representation of a JavaScript RegExp object.
This interface only requires the
source
andflags
properties of a RegExp object.