isLower

fnbool isLower(dchar c) @safe pure nothrow @nogc

Parameters

cThe character to test.

Returns

Whether c is a lowercase ASCII letter (a .. z).