Regexp:Email
Revision as of 10:40, 1 March 2021 by Tim Holzheim (talk | contribs)
| id | |
|---|---|
| regexp | /^([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)@(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,})$/ |
| base type | regexp |
| inverse | |
| message | Must be a valid e-mail address |
| or char | ! |
| base prefix |
Regexp
The regexp is taken from https://stackoverflow.com/questions/46155/how-to-validate-an-email-address-in-javascript and the pipe char is replaced by the default Property:Regexp or char !.