Node.js examples for String:String Value
Is String empty
String.prototype.isEmpty=function(){ return this.trim()==""; };