Uppercase Text in Actionscript


var lowerCase:String = "sample text";
var upperCase:String = lowerCase.toUpperCase();