hb-web ~master (2022-06-09T03:24:10.4602653)
Dub
Repo
ValidPassword
hb
web
validation
Validated password parameter.
struct
ValidPassword {
this
();
string
toString
();
static
Nullable
!
ValidPassword
fromStringValidate
(string str, string* error);
}
Constructors
this
this
()
Undocumented in source.
Alias This
toString
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
fromStringValidate
Nullable
!
ValidPassword
fromStringValidate
(string str, string* error)
Undocumented in source. Be warned that the author may not have intended to support it.
See Also
vibe.utils.validation.validatePassword
Meta
Source
See Implementation
hb
web
validation
structs
Confirm
ValidEmail
ValidPassword
ValidUsername
Validated password parameter.