-
Updated
Sep 30, 2020 - JavaScript
stdlib
Here are 140 public repositories matching this topic...
-
Updated
Oct 28, 2020 - JavaScript
-
Updated
Oct 7, 2020 - OCaml
-
Updated
Aug 24, 2020 - JavaScript
-
Updated
Oct 20, 2020 - Reason
-
Updated
Nov 26, 2018 - AutoHotkey
-
Updated
Sep 3, 2020 - JavaScript
-
Updated
May 25, 2018 - C++
-
Updated
Aug 11, 2020 - Go
-
Updated
Oct 12, 2020 - Objective-C++
-
Updated
May 31, 2018 - JavaScript
-
Updated
Dec 1, 2016 - JavaScript
-
Updated
Feb 10, 2013 - Ruby
-
Updated
Oct 11, 2020 - HTML
-
Updated
Jul 17, 2020 - Go
Improve this page
Add a description, image, and links to the stdlib topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stdlib topic, visit your repo's landing page and select "manage topics."
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