import { mongo } from "https://deno.land/x/hex@0.5.15/src/data/deps.ts";
const { BSONRegExp } = mongo.Bson;
A class representation of the BSON RegExp type.
Methods
toExtendedJSON(options?: EJSONOptions): BSONRegExpExtended
[Symbol.for("Deno.customInspect")](): string
Static Methods
fromExtendedJSON(doc: BSONRegExpExtended): BSONRegExp
parseOptions(options?: string): string