4
Answers

Email validation using regular expression

G Y

G Y

5y
669
1
Getting the exception when validating the email using regular expression
 
Using the below line of code
 
.match("^[A-Z0-9._%+-]++@[A-Z0-9.-]++\.[A-Z]{2,}+$") 
 
 
Answers (4)