method
matches_regexp
v7.1.3.4 -
Show latest stable
- Class:
Arel::Predications
matches_regexp(other, case_sensitive = true)public
No documentation available.
# File activerecord/lib/arel/predications.rb, line 135
def matches_regexp(other, case_sensitive = true)
Nodes::Regexp.new self, quoted_node(other), case_sensitive
end