[#BloombergLP-bdlb-CharType-isLower] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/CharType.adoc[CharType]::isLower :relfileprefix: ../../../ :mrdocs: Return `true` if the specified `character` is in the `LOWER` category (i.e., `[a‐z]`), and `false` otherwise. == Synopsis Declared in `<bdlb_chartype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool isLower(char character); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#