import { type mongoose } from "https://deno.land/x/mongoose@7.8.2/types/expressions.d.ts";
const { RegexFindAll } = mongoose.Expression;
Properties
$regexFindAll: { input: Expression; regex: RegExp | string; options?: RegexOptions; }
Applies a regular expression (regex) to a string and returns information on the all matched substrings.