假设我有以下...
http://whateverurl.com/is-not-wanted-but-it-is-here-anyway
http://icantbelieveibeenonthisallday.com/i-want-to-shoot-myself
http://hereiswhatireallywant.net/hey-there-sweet-thang
http://howsithangingloser.org/i-hope-someone-helps-you
http://heresanotherbeauty.net/that-i-want-to-be-all-up-in
我只想找到不包含“.net/”的行,所以我可以用任何内容替换它,因此删除。
我在网上和这个网站上搜索并找到了(?!xxx)字符串,所以我试图做(?!.net/) 但似乎 Notepad++ 不支持该字符串,或者我可能使用错误,因为我我是 RegEx 的新手。
谁能告诉我如何在 Notepad++ 中找到排除特定字符串的行?