Node.js examples for String:String Value
Is String blank
String.prototype.isBlank = function() { return (this==null || this==""); }