Skip to content

This project checks entered words or phrases against a dababase of profanity.

Notifications You must be signed in to change notification settings

ronidavelman/ProfanityChecker-V1.4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Profanity-Checker

This project checks entered words or phrases against a dababase of profanity.

How to use:

  1. Include the db.js and check.js scripts in the head section.

  2. Pass in the word or phrase to the ProfanityChecker() function. It will return true or false. Eg, here we do the following: var match = ProfanityChecker(document.getElementById('phrase').value); alert(match);

Demo: http://ronidavelman.github.io/Profanity-Checker/

Have an idea for improving this? Let me know!

About

This project checks entered words or phrases against a dababase of profanity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published