URL parser in JavaScript

FYI,

> As a first step towards properly defining URLs I wrote a web-compatible URL parser in JavaScript: https://github.com/annevk/urlhttp://twitter.com/annevk/status/247749394093457408

People added in reply:

>A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms. 
— https://github.com/bestiejs/punycode.js

and 

> URI.js is a javascript library for working with URLs. It offers a "jQuery-style" API (Fluent Interface, Method Chaining) to read and write all regular components and a number of convenience methods like .directory() and .authority().
— http://medialize.github.com/URI.js/



-- 
Karl Dubost - http://dev.opera.com/
Developer Relations, Opera Software

Received on Tuesday, 18 September 2012 06:23:40 UTC