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.
Lessを使用してファイルを読み込んでいます。テキストを検索する必要がありますが、他のテキストを除外したいと考えています。
のような式を構築することは可能ですか?
/someText または別のテキスト
またはサポートされていませんか?
少ない検索では正規表現を使用できます。
/some text|another text