Javascript String ugly()
ugly()
String.prototype.ugly = function() { return this.replace(/ /g, "_").toUpperCase(); }