method

match?

v5.2.3 - Show latest stable - Class: Regexp
match?(string, pos = 0)
public

No documentation available.

# File activesupport/lib/active_support/core_ext/regexp.rb, line 8
  def match?(string, pos = 0)
    !!match(string, pos)
  end