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