Uppercase text in Actionscript October 20, 2009 • 9 words • 1 min read #Actionscript var lowerCase:String = "sample text"; var upperCase:String = lowerCase.toUpperCase();