Skip to main content
Module

x/denodb/deps.ts>Bson.BSONRegExp

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Latest
class Bson.BSONRegExp
import { Bson } from "https://deno.land/x/denodb@v1.4.0/deps.ts";
const { BSONRegExp } = Bson;

A class representation of the BSON RegExp type.

Constructors

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

Properties

_bsontype: "BSONRegExp"
options: string
pattern: string

Static Methods

parseOptions(options?: string): string