strtoupper

Syntax

native strtoupper(string[]);

Usage

string
The string to convert.

Description

Converts all chars in string to upper case.

Return

Number of bytes written.