Description
It would be nice to have a method that check whether the string has mixed (lower and upper) case.
Examples:
StringUtils.isMixedCase("passWORD"); //true
StringUtils.isMixedCase("PASSWORD"); //false
StringUtils.isMixedCase("password"); //false
Attachments
Issue Links
- links to