UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 232 B
import { ExpressionOperator } from "../../../types"; /** * Applies a regular expression (regex) to a string and returns a boolean that indicates if a match is found or not. */ export declare const $regexMatch: ExpressionOperator;