This method to check whether object is valid JSON or not
This method to check value is not null or empty
any type of value
This method to check value is array is empty or not
any type of value
This method to check value is not null or undefined
any type of value
This method to check null or empty value
any type of value
This method to check value is number or not
any type of value
This method to check whether object is valid or not
any type of value
Checks the value is valid email address or not
accepts string
Checks the value is number or not for Directory search
accepts string
Validates whether the provided email address conforms to a basic RFC-compliant format.
The email address must have the following characteristics:
@
symbol) that does not contain whitespace or the @
symbol.@
symbol) that:.
), and hyphens (-
) in the middle..
) that consists of at least two alphabetic characters.The email address to validate.
boolean - true
if the email address is valid according to the specified criteria; otherwise, false
.
Generated using TypeDoc
This class to provide basic validation methods