An error occurred while fetching this tab.
adds StripQueryString()
- Apr 11, 2022
-
-
Billy Griffiths authored
-
Billy Griffiths authored
-
Billy Griffiths authored
-
A way to remove query parameters from a given URL
StripQueryString("http://foo.com/bar.png?a=1&b=2")
will result in http://foo.com/bar.png