Return the lowercase equivalent of input.
Declared in <bdlb_chartype.h>
static
char
toLower(char input);
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.
lowercase equivalent of input, or input if not uppercase
| Name | Description |
|---|---|
| input | character to convert |