Module z_email_utils

Useful routines for e-mail address handling.

Copyright © 2013 Marc Worrell

Authors: Marc Worrell.

Description

Useful routines for e-mail address handling.

Function Index

extract_emails/1Extract e-mail addresses from a text.
is_email/1Check if the argument is an e-mail address (without any extras like name, comments, etc.).

Function Details

extract_emails/1

extract_emails(Text::iodata()) -> [binary()]

Extract e-mail addresses from a text. All e-mail addresses are lower cased, doubles are removed.

is_email/1

is_email(Email::iodata()) -> boolean()

Check if the argument is an e-mail address (without any extras like name, comments, etc.)


Generated by EDoc