S > String.toUpperCase |
![]() ![]() ![]() |
String.toUpperCase
string, string.touppercase, touppercase, to uppercase
Availability
Flash Player 5.
Usage
myString
.toUpperCase()
Parameters
None.
Returns
A string.
Description
Method; returns a copy of the String object, with all of the lowercase characters converted to uppercase. The original value is unchanged.
![]() ![]() ![]() |