strtoupper

Syntax

native strtoupper(string[]);

Usage

Parameter Description
string
The string to convert.

Description

Converts all chars in string to upper case.

Return

Number of bytes written.