xBacon v0.1.0 XBacon.Matchers.Email

Defines matchers for verify email values.

Summary

Functions

Validates the given email macthing the pattern defined on (RFC 5322)[http://www.ietf.org/rfc/rfc5322.txt]

Functions

valid?(value)

Validates the given email macthing the pattern defined on (RFC 5322)[http://www.ietf.org/rfc/rfc5322.txt].

Returns true if the value match the pattern, otherwise, false.