containsLowercase

fun String.containsLowercase(): Boolean

Returns true if the string contains at least one lowercase letter. Else, returns false.