method

matches_regexp

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