[ANN] Markdown.pl 1.0.2b4

Michel Fortin michel.fortin at michelf.com
Mon Sep 19 16:18:18 EDT 2005


Le 2005-09-19 à 16:01, John Gruber a écrit :


> 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.


Add the digits and it will look right to me too.

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


Michel Fortin
michel.fortin at michelf.com
http://www.michelf.com/




More information about the Markdown-Discuss mailing list