- Timestamp:
- Oct 16, 2007 12:00:11 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 25348
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxRegistrationDlg.ui.h
r5326 r5327 218 218 QRegExp nameExp ("[a-zA-Z0-9\\(\\)_\\-\\.\\s]+"); 219 219 /* E-mail address is validated according to RFC2821, RFC2822, 220 * see http://en.wikipedia.org/wiki/E-mail_address. Note that 221 * we intentionally not currently support the "bla bla"@domain 222 * form as it is not recommended in RFC. */ 220 * see http://en.wikipedia.org/wiki/E-mail_address. */ 223 221 QRegExp emailExp ("(([a-zA-Z0-9_\\-\\.!#$%\\*/?|^{}`~&'\\+=]*" 224 222 "[a-zA-Z0-9_\\-!#$%\\*/?|^{}`~&'\\+=])|"
Note:
See TracChangeset
for help on using the changeset viewer.