Re: parsing URI (references) according to RFC 3986

* Julian Reschke wrote:
>some time ago I started working on a sample implementation of the RFC 
>3986 algorithms for parsing and resolving references. The results are 
>over here (incl. source files for people who want to play around with 
>it, or add more tests):
>
>	http://greenbytes.de/tech/tc/uris/

Vaguely related, many years ago I made an interactive tool that can be
used to check whether a certain string matches a certain production in
RFC 3986 <http://www.websitedev.de/temp/rfc3986-check.html.gz>. You can
for instance select the "URI" production rule and enter a string and it
will tell you whether the URI is properly formed. There is also one for
RFC 2396 <http://www.websitedev.de/temp/rfc2396-check.html.gz>.
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Am Badedeich 7 · Telefon: +49(0)160/4415681 · http://www.bjoernsworld.de
25899 Dagebüll · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Sunday, 3 July 2011 00:36:01 UTC