UNPKG

mingo

Version:

MongoDB query language for in-memory objects

9 lines (8 loc) 254 B
import { ExpressionOperator } from "../../../types"; /** * Applies a regular expression (regex) to a string and returns information on the first matched substring. * * @param obj * @param expr */ export declare const $regexFind: ExpressionOperator;