toupper
Syntax
native toupper(c);
Usage
| Parameter | Description |
|---|---|
| c | Character to convert |
Description
Converts a character to uppercase.
Note
This is not UTF8 or locale-safe.
Return
Converted character
native toupper(c);
| Parameter | Description |
|---|---|
| c | Character to convert |
Converts a character to uppercase.
This is not UTF8 or locale-safe.
Converted character