Hi,
I need regex for validate email address in outsystems reactive.
Regards
Shradha
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
Rui Barradas wrote:
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.
Hi Shardha,
U can also try with javascript
Vijay Malviya wrote:
Hi Vijay,
Thank you for your reply
But it is accepting "xyz@33.33.com" also