Translations:Using regular expressions/123/en
From LimeSurvey Manual
Update (12/2018): Since these days domain names cannot only hold special characters like “ü” but also use more than 3 characters as domain name like .tech or .company, the below email regex only checks if “@” and “.” exists within the entered email address.
/^.+?@.+?\..+$/