Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 notepad++ 和正则表达式来查找包含 wordg_n且不包含 word的行thd。
g_n
thd
我一直在拼命想弄清楚这一点,但运气不佳。有人可以指出我正确的方向吗?这将不胜感激。
我知道我可以使用 ^ 来否定某些东西。
我想这个正则表达式会起作用:
^(?!.*thd).*g_n.*$