exports.isEmptyForString = function(text){ return !((typeof text === "string") && ( text === undefined || text === null || text === "" )); };