module Marten::Core::Validator::Email
Overview
Email address validator.
Extended Modules
Defined in:
marten/core/validator/email.crClass Method Summary
-
.valid?(value : String) : Bool
Returns
true
of the passed string corresponds to a valid email address.
Class Method Detail
def self.valid?(value : String) : Bool
#
Returns true
of the passed string corresponds to a valid email address.