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.
- Host: GitHub
- URL: https://github.com/oldmansmithers/banned-word-validation
- Owner: OldManSmithers
- Created: 2024-11-08T15:36:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-08T16:33:22.000Z (over 1 year ago)
- Last Synced: 2025-01-24T07:45:00.256Z (over 1 year ago)
- Topics: angular, banned-words, input-validator, profanity-filter
- Language: TypeScript
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Banned Word and Pattern Service

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.