var pregMatch = function(regex, content) { return content.match(regex); } module.exports = pregMatch;