Using regex I want to convert a URL of the following form:
https://example.com/employment/locationselect.aspx?pp=123default.aspx
to a url that redirects to:
https://example.com/employment/locationselect.aspx
How do I construct the regex that will do that?