Skip to content

adds StripQueryString()

Billy Griffiths requested to merge string-utils-remove-querystring-from-url into main

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

Merge request reports

Loading