Class: Regexp

Inherits:
Object
  • Object
show all
Defined in:
lib/cx/mongo_query/operators.rb

Overview

EG either /.*/.qrx(‘i’.qrxo, ‘abcdefg’)) or $q.regex(/.*/, $q.options(‘i’), $q.in_string(‘abcdefg’))

Instance Method Summary collapse

Instance Method Details

#rx(*qualifiers) ⇒ Object



167
168
169
# File 'lib/cx/mongo_query/operators.rb', line 167

def rx(*qualifiers)
  CX::Mongo::Query.rx(self, *qualifiers)
end