Email contains Characters and Numbers

Hi @DavidV32 ,

use Is Match activity

In Properties
input string ->“arivu@xxx.yyy
2.Pattern ->”^([\w.-]+)@([\w-]+)((.(\w){2,3})+)$"
3.Result->(Boolean value)
you can verify the email id is correct format or not based on this Boolean value

Regards,
Arivu