# File lib/pickle/email/parser.rb, line 5
      def match_email
        "(?:#{match_prefix}?(?:#{match_index} )?email)"
      end