module Raabro::ModuleMethods

def rex(name, input, regex_or_string)

def rex(name, input, regex_or_string)
  _match(name, input, :rex, Regexp.new(regex_or_string))
end