Hi there,
I am wondering how to validate email in ISO format where it must have an @ and dot.
For example: john@company.com employee@office.co.id
both are correct
regard
Hi ,
you can use below reqex for email validation in ISO format.
^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$
Thanks
CV
Please refer to the post discussing this @ https://www.outsystems.com/forums/discussion/98540/custom-form-validation-for-mail/#Post427019
https://www.outsystems.com/forge/component-overview/19451/testisoemailmobilephoneformat-o11