G Y

G Y

  • NA
  • 224
  • 41.5k

Email validation using regular expression

Feb 11 2020 1:14 AM
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)