[ANN] Markdown.pl 1.0.2b4

John Gruber gruber at fedora.net
Mon Sep 19 16:01:10 EDT 2005


Aaron Swartz <me at aaronsw.com> wrote on 9/19/05 at 2:10 PM:


> RFC 3986 defines it thusly:

>

> scheme = ALPHA *( ALPHA / DIGIT / "+" / "-" / "." )


So, translating to regex-speak:

[A-Za-z][A-Za-z+.-]*

?

That looks right to me.

-J.G.


More information about the Markdown-Discuss mailing list