An open API service indexing awesome lists of open source software.

https://github.com/oldmansmithers/banned-word-validation

An Angular service to check inputs against a list of banned words and patterns.
https://github.com/oldmansmithers/banned-word-validation

angular banned-words input-validator profanity-filter

Last synced: 25 days ago
JSON representation

An Angular service to check inputs against a list of banned words and patterns.

Awesome Lists containing this project

README

          

# Banned Word and Pattern Service

![banned word image](./bannedWord.jpg)

Getting Angular's custom validation to play nicely has always been a chore, so I usually handle it through a service. Simple to modify and use however you like.

**Trigger warning** - The service comes preloaded with a banned word list. It was surprisingly hard to find one online so I left it in place to save others the time.

Hope it helps.