Q:

mongodb regex

{ <field>: { $regex: /pattern/, $options: '<options>' } }
{ <field>: { $regex: 'pattern', $options: '<options>' } }
{ <field>: { $regex: /pattern/<options> } }
0
{
  email: RegExp('@gmail.com$', 'i')
}
0

New to Communities?

Join the community