[#absl-ascii_islower] = xref:absl.adoc[absl]::ascii_islower :relfileprefix: ../ :mrdocs: Determines whether the given character is lowercase. == Synopsis Declared in `<absl/strings/ascii.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr bool ascii_islower(unsigned char c); ---- == Return Value `true` if `c` is lowercase, `false` otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *c* | The character to test. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#