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.
入力例:
john@test.com johnny@myserver.com joan@server.com
のような正規表現を使用[a-z]+@[a-z]+.comすると、指定された入力文字列からすべてのメール アドレスを見つけることができます。注:正規表現は、例を簡単にするために単純化されています。
[a-z]+@[a-z]+.com
質問:入力文字列の残り (パターンに一致しなかった) が空白のみで構成されているかどうかを確認する方法はありますか?