Character Variety Checker
Check text for character variety including uppercase, lowercase, digits, and special symbols.
A password policy requiring an uppercase letter, a lowercase letter, a digit, and a special symbol is easy enough to state but tedious to verify by eye in a longer string, especially one that was randomly generated and needs confirming rather than just trusted. This tool checks a piece of text for exactly that variety, flagging whether uppercase, lowercase, digits, and special symbols are each actually present rather than leaving someone to scan the string manually.
See moreSee less about the Character Variety Checker
Useful for confirming a randomly generated password actually satisfies a site's complexity requirement before submitting it, checking a chosen password against a policy before an account gets locked out at signup, or verifying a generated string used elsewhere actually contains the character variety a system expects.
Key features
- Clean interface
- Fast processing
- No signup required
- Works offline