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.
g_nnotepad++ と regex を使用して、単語を含み、単語を含まない行を見つけたいと考えていますthd。
g_n
thd
私は必死にこれを理解しようとしてきましたが、ほとんど運がありません。誰かが私を正しい方向に向けることができますか? それは大歓迎です。
^ を使用して何かを否定できることを知っています。
この正規表現が機能すると思います:
^(?!.*thd).*g_n.*$