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.
正規表現を使用して、「.bar」で終わらない「foo」という単語のすべてのインスタンスを見つけようとしています。
例えば:
foo foo1 foo.bar
上記の例では、「foo」と「foo1」が必要ですが、「foo.bar」は必要ありません。さらに、Notepad ++の正規表現機能を使用してこれを実行しようとしていますが、適切な構文がわかりません。