Skip to main content
Module

x/atlas_sdk/deps.ts>BSONRegExp

TypeSafe MongoDB Atlas Data API SDK for Deno, Deno Deploy and Node.js
Latest
class BSONRegExp
extends BSONValue
import { BSONRegExp } from "https://deno.land/x/atlas_sdk@v1.1.3/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