remove everything before / with notepad++
- 
 good morning, I Have here a text file with  and I need the final part after / default.aspx?amp%3BID=3051203 
 download.aspx?file=Crane_Presentation.pdf
 SSLPage.aspx?&
 index.php?page=index
 about.asp&title=About%20Pharmabiz
 @-addestramento-del-cane.html?x=storedigitalhubstorelocal
- 
 I would be tempted to search (in regular expression search mode) for (?-is)^https://.+/and replace with nothing.

