skadi-d ~master (2015-09-28T14:07:14Z)
Dub
Repo
AlphaNum
skadi
components
validation
validators
alphanum
Undocumented in source.
class
AlphaNum :
Validator
{
protected
AlphaNumOptions
_options
;
this
(AlphaNumOptions options);
bool
validate
(string field);
bool
validate
(Validation validation, string field);
}
Constructors
this
this
(AlphaNumOptions options)
constructor
Members
Functions
validate
bool
validate
(Validation validation, string field)
Executes the validation
validate
bool
validate
(string field)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_options
AlphaNumOptions
_options
;
Undocumented in source.
Inherited Members
From Validator
_options
string
[
string
]
_options
;
Undocumented in source.
validate
bool
validate
(Validation validation, string attribute)
Executes the validation
Meta
Source
See Implementation
skadi
components
validation
validators
alphanum
classes
AlphaNum
structs
AlphaNumOptions