method
matches_regexp
rails 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