# File lib/devise_token_auth/url.rb, line 34
    def match(str)
      !!@regex.match(str)
    end