Is this string a URI? Web apps.

Hi,

  I made two crude web applications that allow to check whether some
string matches a certain production in RFC 3986 and RFC 2396 (derived
only from the grammars in the RFCs so it doesn't check everything):

  * http://www.bjoernsworld.de/temp/rfc2396-check.html.gz
  * http://www.bjoernsworld.de/temp/rfc3986-check.html.gz

They require support for scripting. The matching is done using pre-
computed DFAs and a custom simulator. Please feel free to use the code
to make some better GUI for it. Also, there may be bugs; if you find
any, please let me know.

regards,
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Monday, 26 November 2007 01:29:27 UTC