Sitelet https://codeql.github.com/codeql-standard-libraries/java/predicate.string$isLowercase.0.html
CodeQL library for Java/Kotlin
codeql/java-all 9.2.3 (changelog, source)
Search

Primitive predicate string::isLowercase

Holds when the receiver contains no upper-case letters. This includes the case where the receiver contains no letters at all, for example, if it’s an empty string or only consists of non-letter symbols.

predicate isLowercase()