Module

x/web_bson/mod.js>BSONRegExp

web_bson is a fork from mongodb/js-bson
Very Popular
Latest
class BSONRegExp
extends BSONValue
import { BSONRegExp } from "https://dotland.deno.dev/x/web_bson@v0.3.0/mod.js";

A class representation of the BSON RegExp type.

Constructors

new
BSONRegExp(pattern: string, options?: string)

Properties

readonly
_bsontype: "BSONRegExp"
options: string
pattern: string

Methods

inspect(): string

Static Methods

parseOptions(options?: string): string