645
Views
4
Comments
Regex for email validation
Question

Hi,

I need regex for validate email address in outsystems reactive.

Regards

Shradha

2020-05-07 18-53-00
Rui Barradas
 
MVP

Hello Shradha,

Hope you're doing well.

Of course, this is depending on what you want to achieve, but if you just want to validate an e-mail address, probably you don't need to use a Regular Expression.


Why don't you simply use EmailAddressValidate built-in function?


Kind regards,

Rui Barradas

2024-07-16 17-36-51
Shradha Rawlani

Rui Barradas wrote:

Hello Shradha,

Hope you're doing well.

Of course, this is depending on what you want to achieve, but if you just want to validate an e-mail address, probably you don't need to use a Regular Expression.


Why don't you simply use EmailAddressValidate built-in function?


Kind regards,

Rui Barradas

 Hi,

Thank you for your reply, this validation function return true if we will not add .com in email address, i want to validate address in such a way like "xyz@33.33.com" not accepted in email.

 

2026-01-15 03-18-59
Vijay Malviya

Hi Shardha,


U can also try with javascript



EmailValidation.oml
2024-07-16 17-36-51
Shradha Rawlani

Vijay Malviya wrote:

Hi Shardha,


U can also try with javascript



 

 Hi Vijay,

Thank you for your reply

But it is accepting "xyz@33.33.com" also

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.