List of lots of profane words.
See cuss for the same words, rated for sureness: how likely they are to be used as either profanity or clean text.
npm:
npm install profanities
var profanities = require('profanities')
console.log(profanities.includes('butt')) // true
For example, to use French:
var profanities = require('profanities/fr')
console.log(profanities.includes('boule')) // true
Type: Array.<string>
— profanities exposes a list of strings.
profanities supports many profane words and phrases in different languages.
Note that the words listed in profanities might not be profane in certain contexts.
See cuss for the supported terms.
- buzzwords — List of buzzwords
- cuss — Map of profane words to a rating of sureness
- dale-chall — List of familiar American-English words (1995)
- fillers — List of filler words
- hedges — List of hedge words
- spache — List of simple American-English words (1974)
- weasels — List of weasel words
Thanks, contributions are greatly appreciated! 👍
To add words, please add it to cuss. After a word or phrase is added there, it can automatically be added here.