Regex for profanity FormBuilderValidators.matchNot() to check a string #113
Closed
jeejeestudio
started this conversation in
Ideas
Replies: 3 comments
-
There is |
Beta Was this translation helpful? Give feedback.
0 replies
-
Implemented #122 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks! |
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
Uh oh!
There was an error while loading. Please reload this page.
-
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