Regular expression to validate email address with domain names

Hi Team,

Could you please help to resolve the below scenario

Required regular expression for valid email address.
Email address: abc@domain.co.ug

I have used regex(., ‘^[A-Za-z0-9._%±]+@[A-Za-z0-9-]+[.][A-Za-z]{2,}$’) its not working for the abc@domain.co.ug

Please provide the valid regular expression which support mail abc@domain.co.ug

Thanks,
Thenmozhi C

Hi @Thenmozhi,

Following post will help you:

1 Like

Hi @hakan_cetinkaya ,

The provided regex is working fine now. Thank you so much!..

1 Like

@hakan_cetinkaya, :clap: :heart: :partying_face:

1 Like