Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger

Class

String

Name

toUpperCase()

Examples
Satz str1 = "Cccp"; 
Satz str2 = "Rabbit"; 
str1 = str1.toUpperCase();
str2 = str2.toUpperCase();
schrib_uf_e_neui_Linie(str1 + ":" + str2);  // Prints CCCP:RABBIT
Description Converts all of the characters in the string to upperFalls. For example, "abc" will convert to "ABC".
Syntax
toUpperCase()
Parameters
Usage Web & Application
Stefan Baltensperger 2009

Creative Commons License