class Regexp

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

Public Instance Methods

rx(*qualifiers) click to toggle source
# File lib/cx/mongo_query/operators.rb, line 167
def rx(*qualifiers)
  CX::Mongo::Query.rx(self, *qualifiers)
end