Skip to content
 
 

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Overview

This project aims to make available a list of regular expression which match vulgar words. The list is far from comprehensive, but hopefully can be used as a first line of defense.

As a general rule, words which can have a legitimate use (say hancock) must be exact matches to (^(c|k|ck|q)[o0](c|k|ck|q)[s$]?$)

For best performance, if your library supports it, consider enabling explicit captures.

About

regex driven list of badwords (for filtering, duh!)

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors