NullableStringValidatorsExtensions extension

on

Properties

isEasyPassword bool
Whether the string is not null and a valid easy password.
no setter
isEmail bool
Whether the string is not null and a valid email.
no setter
isMediumPassword bool
Whether the string is not null and a valid medium password.
no setter
isStrongPassword bool
Whether the string is is not null and a valid strong password.
no setter
isUrl bool
Whether the string is not null and a valid url.
no setter