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