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.
AndroidでUI検証を実行したい。メールアドレスの検証中に、有効なメールアドレスかどうかを確認したい。しかし、トップレベル ドメインを検証したいし、SQL インジェクションを防止したい。
これは私が次のように使用したパターンです:
^[A-Z0-9+_.-]+@[A-Z0-9.-]+$
アイデアを提案してください