UNPKG

mingo

Version:

MongoDB query language for in-memory objects

8 lines (7 loc) 191 B
import { regexSearch } from "./_internal"; const $regexMatch = (obj, expr, options) => { return regexSearch(obj, expr, options, { global: false }).length != 0; }; export { $regexMatch };