본문 바로가기

빈 구멍 채우기

[Android]이메일 validation

유효한 이메일 주소 길이는 어떠한가 고민하다가 찾게되었다.

 

https://www.geeksforgeeks.org/implement-email-validator-in-android/

 

Implement Email Validator in Android - GeeksforGeeks

A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.

www.geeksforgeeks.org

 

이메일 주소 정규식에서 이미 이메일 주소 길이 관련해서 지정되어 있었다.

 

이메일 주소 정규식 구현