function checkSpam(str) { var lowerStr = str.toLowerCase(); return !!(~lowerStr.indexOf('viagra') || ~lowerStr.indexOf('xxx')); }