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