method

does_not_match_regexp

rails 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