badwords
badwords copied to clipboard
Single words that are not profane will cause an error.
If a match fails, RegExp.prototype.exec() returns null. This causes the application to crash. Added a catch for null.
Similar to #95