Return the uppercase equivalent of input.
Synopsis
Declared in <bdlb_chartype.h>
static
char
toUpper(char input);
Description
Return the character in the UPPER category corresponding to the specified input character from the LOWER category or input itself if input is not in category LOWER.
Return Value
uppercase equivalent of input, or input if not lowercase
Parameters
Name |
Description |
input |
character to convert |
Created with MrDocs