Is it possible that Contour has overlooked email address validation?? Doesn't make sense, based on how advanced it is. I guess I'm supposed to use a regular expression? What is the standard regular expression for an email address? Anyone?
When editing fields of document types, you can click the "search for regular expression", then type "email" in the search field to get a list of options. An example is
email address validation
Is it possible that Contour has overlooked email address validation?? Doesn't make sense, based on how advanced it is. I guess I'm supposed to use a regular expression? What is the standard regular expression for an email address? Anyone?
Thanks,
Garrett
Hi Garrett
When editing fields of document types, you can click the "search for regular expression", then type "email" in the search field to get a list of options. An example is
But be sure and test it against edge-case email addresses such as [email protected]
Dan
Validating e-mail addresses correctly according to the RFC is not easy. See http://www.regular-expressions.info/email.html, the question is how accurate do you need to be..
That's exactly where I went, thanks, and I found the one that works best for me. Thanks for your help guys!
//Garrett
is working on a reply...