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
StripQueryString("http://foo.com/bar.png?a=1&b=2")
http://foo.com/bar.png