René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

toUpperCase [JavaScript snippet]

function main() {
  var str = "FooBarBaz";

  txt_out(str.toUpperCase());
}