module Rack::RegexpExtensions

def match?(string, pos = 0)

def match?(string, pos = 0)
  !!match(string, pos)
end