Regex for profanity FormBuilderValidators.matchNot() to check a string #113
jeejeestudio
started this conversation in
Ideas
Replies: 2 comments
-
There is |
Beta Was this translation helpful? Give feedback.
0 replies
-
Implemented #122 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to use a list of words as kind of regex, so that for example a username or other text string may not contain a profanity word ?
One could make a list of words they do not wish to be used and that could then be checked with for example matchNot.
Or a whole new Validator like FormBuilderValidators.profanity()
Beta Was this translation helpful? Give feedback.
All reactions