string.uCase()

Converts the alphabetic characters in a string to uppercase.

string.uCase( )

Returns: String

This function does not take any arguments.

Examples

string = "mylucee";
	writedump(string.ucase());

See also