StringValidators extension

on

Properties

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

Methods

addHttps() String
Adds https:// to the link if it does not contain https:// or http:// already.