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