Node.js examples for String:Parse
Checks if the string contains only white-spaces
/**/*w w w. ja v a2 s . c om*/ * checks if the string contains only white-spaces * * @return boolean check result */ blank: function() { return this == false; },