ValidEmail
in package
implements
Result
Table of Contents
Interfaces
Methods
- code() : int
- Code for user land to act upon.
- description() : string
- Short description of the result, human readable.
- isInvalid() : bool
- Is validation result invalid? Usually the inverse of isValid()
- isValid() : bool
- Is validation result valid?
Methods
code()
Code for user land to act upon.
public
code() : int
Return values
intdescription()
Short description of the result, human readable.
public
description() : string
Return values
stringisInvalid()
Is validation result invalid? Usually the inverse of isValid()
public
isInvalid() : bool
Return values
boolisValid()
Is validation result valid?
public
isValid() : bool