I have a very large list of URLs in a Notepad++ file that I would like to cut down. Specifically, I want to remove all URLs with text after the URL's third backslash (after HTTPS).
So my urls in this text document look like this (example URL of course):
https://www.google.com/goo/google/extra I want to remove URLs with text after that third backslash. So delete all URLs from this document with anything where "extra" is, but not target the third backslash itself. So lines like this would be deleted https://www.google.com/goo/google/deleted and lines like this https://www.google.com/goo/google/ would be saved. I hope I explained this well it really is more complicated in my head than I think it is to actually execute.