Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Re = regexp.MustCompile(`^\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$`)
this regular expression is from the .NET library itself
Functions ¶
func ValidateEmail ¶
ValidateEmail is used to compare a form email input against a regular expression
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.