Skip to content

Instantly share code, notes, and snippets.

@paceaux
Last active February 4, 2025 15:32
Show Gist options
  • Save paceaux/025d6604b214ecfd91a4ead9a894fc5c to your computer and use it in GitHub Desktop.
Save paceaux/025d6604b214ecfd91a4ead9a894fc5c to your computer and use it in GitHub Desktop.
profanity-regex
const profanityRegex = /((\b)?(fuck)(\w+)?)|((\b)?shit(\w+)?)|((\b)dick(\w+|\b))|((\b)ass(\w+|\b))|((\b)cocks?\b)|((\b)cunts?\b)|((\b)twats?\b)|(wtf)|(stfu)/gi;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment