Javascript String present()
present()
String.prototype.present = function present () { return !this.empty(); };