Documentation ¶
Index ¶
Constants ¶
View Source
const ( BaseFormatOfStringForEmail = atom + "@" + domain FormatOfStringForEmail = `^` + BaseFormatOfStringForEmail + `$` FormatOfStringForEmailList = `^` + BaseFormatOfStringForEmail + `([,;]` + BaseFormatOfStringForEmail + `)*$` )
Variables ¶
This section is empty.
Functions ¶
func ValidateList ¶
ValidateList checks if the given string is a valid list of email addresses.
Types ¶
Click to show internal directories.
Click to hide internal directories.