Javascript String lowercase()
lowercase()
String.prototype.lowercase = function() { return this.toLowerCase(); }