how to find and replace all characters after the main domain (including the "/" character) using a wild card?
For example, i have the following 4 rows:
intersport-schaeftlmaier.de/
weymouthhondapowersports.com/Default.asp
rtbstream.com/click?data=RG1kUFJQQUYw
top-casino-sites.com/
In excel I would simply use the following: Find this /* Replace with this
The results will look like this:
intersport-schaeftlmaier.de
weymouthhondapowersports.com
rtbstream.com
top-casino-sites.com
So, how to do that with notepad++ ?
Thanks, Ziv