Checks if text contains profanity
static bool containsProfanity(String text) { return _profanityPattern.hasMatch(text); }