adds StripQueryString()
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
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