Node.js examples for String:Parse
Checks if the string is an empty string
/*w w w . j av a 2 s .c o m*/ /* * @return boolean check result */ empty: function() { return this == ''; },