Skip to content
#

stdlib

Here are 140 public repositories matching this topic...

sporto
sporto commented Oct 26, 2020

Hi
I'm interested in making an opinionated query string parsing lib. Rails/jQuery style, where list are users[]=....

Could we have functions in uri to escape / unescape url strings?

Like encodeURI and decodeURI in JS. Eg.

encode("99% Great") -> "99%25%20Great"
decode("99%25%20Great") -> Just "99% Great"

I think that parse_query already does this. But standalone functions would be

Improve this page

Add a description, image, and links to the stdlib topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the stdlib topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.