I have strings like this:
http://localhost:2055/web-site-2009/paginas/noticias/**IGP-M recua 0,36% em agosto, aponta FGV**-46.aspx
I'd like to remove all characters that could cause trouble on a URL (like ?, |, &, etc.) and the hyphen(-) on the bold part of the string. It's important that I keep the hyphen next to the 46.aspx.
What is the regex for that?