[erlang-questions] Url decoding
Carlo Bertoldi
carlo.bertoldi@REDACTED
Fri Jul 1 14:39:29 CEST 2011
On 01/07/2011 14:32, Chandru wrote:
>
> I thought you wanted to URL encode and decode strings. So are the
> encode and decode functions in that module not sufficient?
>
> 8> edoc_lib:escape_uri("hello hello").
> "hello%20hello"
>
> 9> http_uri:decode(v(-1)).
> "hello hello"
>
> Chandru
>
>
That's exactly what I'm looking for. I got it, I'm using R14A, but that
functions has been introduced in later versions.
Many thanks,
Carlo
More information about the erlang-questions
mailing list