Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mongo/deps.ts>BSONRegExp

MongoDB driver for Deno
Extremely Popular
Go to Latest
class BSONRegExp
extends BSONValue
import { BSONRegExp } from "https://deno.land/x/mongo@v0.31.2/deps.ts";

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