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.
崇高な検索を使用して結果-> 'the_red_cat'を見つけたいと思います。正規表現を有効にしましたが、必要な結果を得る方法がわかりません。 * the * ca * に沿って何かを検索したいのですが、結果が得られないようです。
正規表現.*the.*ca.*は、テキストを含む行全体を検索します。正規表現を使用して任意の数の文字を検索するには、を使用し.*ます。
.*the.*ca.*
.*