Module

x/atlas_sdk3/deps.ts>BSONRegExp

TypeSafe MongoDB Atlas Data API SDK for Deno & Deno Deploy
Latest
class BSONRegExp
import { BSONRegExp } from "https://dotland.deno.dev/x/atlas_sdk3@v0.3.1/deps.ts";

A class representation of the BSON RegExp type.

Constructors

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

Properties

_bsontype: string
options: string
pattern: string

Methods

toExtendedJSON(options?: EJSONOptions): BSONRegExpExtended

Static Methods

fromExtendedJSON(doc: BSONRegExpExtended): BSONRegExp
parseOptions(options?: string): string
import BSONRegExp
import { BSONRegExp } from "https://dotland.deno.dev/x/atlas_sdk3@v0.3.1/deps.ts";