passwordEasyAllowedWhitespace property
Password (Easy) Regex Allowing all character Minimum character: 8
Implementation
static Pattern passwordEasyAllowedWhitespace = r'^[\S ]{8,}$';
Password (Easy) Regex Allowing all character Minimum character: 8
static Pattern passwordEasyAllowedWhitespace = r'^[\S ]{8,}$';