Skip to content

mogade/badwords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published