@nospamproxy/core
Preparing search index...
common/validation/EmailAddressRule
EmailLocalPartRule
Class EmailLocalPartRule
Custom rule for validating only the local part of an email.
Hierarchy
BaseValidationRule
EmailLocalPartRule
Index
Constructors
constructor
Methods
execute
Constructors
constructor
new
EmailLocalPartRule
(
messageKey
?:
string
)
:
EmailLocalPartRule
Parameters
Optional
messageKey
:
string
Returns
EmailLocalPartRule
Methods
execute
execute
(
value
:
string
,
_obj
?:
IValidateable
)
:
boolean
Parameters
value
:
string
Optional
_obj
:
IValidateable
Returns
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
execute
@nospamproxy/core
Loading...
Custom rule for validating only the local part of an email.