[erlang-questions] Should uri_string:dissect_query/1 be able to parse this?

Leo Liu sdl.web@REDACTED
Fri May 10 18:23:44 CEST 2019


On 2019-05-10 15:26 +0200, Peter Dimitrov wrote:
> uri_string:dissect_query/1 is already fixed on master so it will be
> available in OTP-22:
>
> 1> uri_string:dissect_query("b=12&a").
> [{"b","12"},{"a",true}]
> 2>
>
> BR/Peter

Thanks. That is great news. Is there a plan to fix it in OTP 21?

Leo



More information about the erlang-questions mailing list