View Source z_email_utils (zotonic_stdlib v1.16.0)
Link to this section Summary
Functions
Extract e-mail addresses from a text. All e-mail addresses are lower cased, doubles are removed.
Check if the argument is an e-mail address (without any extras like name, comments, etc.)
Link to this section Functions
-spec extract_emails(iodata()) -> [binary()].
-spec is_email(iodata()) -> boolean().