Method: Parse::Constraint::RegularExpressionConstraint#like

Defined in:
lib/parse/query/constraints.rb

#likeRegularExpressionConstraint

A registered method on a symbol to create the constraint. Maps to Parse operator “$regex”.

Examples:

q.where :field.like => /ruby_regex/i

Returns:



# File 'lib/parse/query/constraints.rb', line 494