[erlang-questions] Url decoding

Loïc Hoguin essen@REDACTED
Fri Jul 1 16:32:15 CEST 2011


> 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"

Note that while those functions are there, they are AFAIK not publicly
documented and could change or be removed at any time in the future.

-- 
Loïc Hoguin
Dev:Extend



More information about the erlang-questions mailing list