[erlang-questions] Url decoding

Chandru chandrashekhar.mullaparthi@REDACTED
Fri Jul 1 14:17:38 CEST 2011


On 1 July 2011 10:10, Carlo Bertoldi <carlo.bertoldi@REDACTED> wrote:

> Hello again,
>  I believe this is a quite common problem, but I couldn't find an answer to
> my problem.
> I'd like to URL encode/decode strings.
> Encoding: edoc_lib:escape_uri("hello hello"). Perfect, but how can I go
> back to the original string now?
> Is it possible to do it without using external libs, as those found in
> Yaws, or ibrowse? or I'll have to include one of those in my project?
>
>
The http_uri module which is part of inets is probably what you need.

cheers
Chandru
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20110701/eea132a2/attachment.htm>


More information about the erlang-questions mailing list