Constructors
constructor
- new BSONRegExp(pattern, options?): BSONRegExp
-
Parameters
-
pattern: string
-
Optional
options: string
Properties
_bsontype
_bsontype: "BSONRegExp"
options
options: string
pattern
pattern: string
Methods
Static
parseOptions
- parseOptions(options?): string
-
Returns string
A class representation of the BSON RegExp type.