Determines whether the given character is lowercase.
Declared in <absl/strings/ascii.h>
<absl/strings/ascii.h>
constexpr bool ascii_islower(unsigned char c);
true if c is lowercase, false otherwise.
true
c
false