Return the character in the LOWER category corresponding to the specified input character from the UPPER category or input itself if input is not in category UPPER.

Synopsis

Declared in <bdlb_chartype.h>

static
char
toLower(char input);

Created with MrDocs