<script> function checkSpam(str) { return /viagra|XXX/i.test(str) } document.write([checkSpam('ff'),checkSpam('VIAGRA')]); </script>