Hi,
Please find the below regular expression for email validation
”^([\w.-]+)@([\w-]+)((.(\w){2,3})+)$"
You can refer the below link
Hope it works,
Please mark as solution if it helped
Hi,
Please find the below regular expression for email validation
”^([\w.-]+)@([\w-]+)((.(\w){2,3})+)$"
You can refer the below link
Hope it works,
Please mark as solution if it helped