censorify-ffx01
v0.1.1
Published
Censors words from input text
Downloads
8
Readme
#Censorify
To add wods to the custom censored words lists call he addCensoredWord(arg) and pass in a the word you would like censored as an argument. Please only pass in one word at a time in string format as the application can not handle anything else at the moment.
To see a list of all censored words, simply call the getCensoredWords() function with no arguments.
To censor a string simply pass it to the censor() function as an argument and all words that match words found in the list of censored words will be censored to '***'.
