Re: [apps-discuss] Fun with URLs and regex

Martin Thomson <martin.thomson@gmail.com> Thu, 08 January 2015 01:18 UTC

Return-Path: <martin.thomson@gmail.com>
X-Original-To: apps-discuss@ietfa.amsl.com
Delivered-To: apps-discuss@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 765FA1AC3C2 for <apps-discuss@ietfa.amsl.com>; Wed, 7 Jan 2015 17:18:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2
X-Spam-Level:
X-Spam-Status: No, score=-2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, SPF_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CjbQZXxmrsj0 for <apps-discuss@ietfa.amsl.com>; Wed, 7 Jan 2015 17:18:13 -0800 (PST)
Received: from mail-ob0-x231.google.com (mail-ob0-x231.google.com [IPv6:2607:f8b0:4003:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DCBB81A87D5 for <apps-discuss@ietf.org>; Wed, 7 Jan 2015 17:18:12 -0800 (PST)
Received: by mail-ob0-f177.google.com with SMTP id va2so5846204obc.8 for <apps-discuss@ietf.org>; Wed, 07 Jan 2015 17:18:12 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=qaMEGPtG9XJmyuuC/MKDkh3m1i4GnXrQttVeemuMg3w=; b=YRRwi+ZKVZipZXB3kKataWXIGU8Y8s2sN1x/F1BhQ/u5Bm+UbJ8QR23i1ghPXw42T9 Wat2N4vso+ZQjhKFaKnUGtBru0fDb9lAjwsqD3LSrRX6tDEKh1wJ5MyRoQkco3sWrBtV 1nXPUpWoHl6OI81BGWcvxAHJuKOc5qHnKzxG+yraZXC97LQG0rw9uaA75S6HtQccrq5n rQxMEKeNsDEuS0GQQOcK8RB/PDxN2qCe5lFgfgrzBI1CykNgMDQRg0eehM+FP8I6a2dk XW4WhXvHMoNapa8WsALsqvNWJGlHTbegbvEqVB3BBiER3nEKishdV42+o1M6b6qzgNaU 3YLw==
MIME-Version: 1.0
X-Received: by 10.202.216.9 with SMTP id p9mr3806749oig.94.1420679892290; Wed, 07 Jan 2015 17:18:12 -0800 (PST)
Received: by 10.202.226.136 with HTTP; Wed, 7 Jan 2015 17:18:12 -0800 (PST)
In-Reply-To: <C5B10293-E6F6-4348-9782-C9C00A4476CE@mnot.net>
References: <C5B10293-E6F6-4348-9782-C9C00A4476CE@mnot.net>
Date: Wed, 07 Jan 2015 17:18:12 -0800
Message-ID: <CABkgnnXVpq5tQ2BKhaYPkA=aNJr8XWzqcRbVu1s45LX3WqRzuQ@mail.gmail.com>
From: Martin Thomson <martin.thomson@gmail.com>
To: Mark Nottingham <mnot@mnot.net>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Archived-At: http://mailarchive.ietf.org/arch/msg/apps-discuss/SgsDa3LtTlI9YfWDSL2wtKIErdQ
Cc: IETF Apps Discuss <apps-discuss@ietf.org>
Subject: Re: [apps-discuss] Fun with URLs and regex
X-BeenThere: apps-discuss@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: General discussion of application-layer protocols <apps-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/apps-discuss/>
List-Post: <mailto:apps-discuss@ietf.org>
List-Help: <mailto:apps-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 08 Jan 2015 01:18:15 -0000

On 7 January 2015 at 13:35, Mark Nottingham <mnot@mnot.net> wrote:
> I’ve updated my Python script that serves as a translation of ABNF for URIs into regex.


If I don't get back to you, remind me, I have a tool that does the same:

https://github.com/martinthomson/abnf2regex

It might be old.