var sub = function(str,s){ return str.indexOf(s) != -1; } module.exports.sub = sub;