containsLowercase
fun containsLowercase(description: String = "Password must contain at least one lowercase character"): PasswordRule(source)
Creates a PasswordRule that checks whether the password contains at least one lowercase character.
Parameters
description
The description of the rule.