You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two words that were rejected: practitioner * assessment. Reason? Because they contained letters in a row that named certain body parts, is there a way to prevent this from happening.
The text was updated successfully, but these errors were encountered:
In the meantime, if you only want to find if the string contains profanity or not, you can use the hasProfanity() method (it passes the substring test). To get a list of detected profanity, something like this might help:
if(filter.hasProfanity(yourString)) {
var listOfProfanity = filter.getAllProfanity(yourString);
}
Two words that were rejected: practitioner * assessment. Reason? Because they contained letters in a row that named certain body parts, is there a way to prevent this from happening.
The text was updated successfully, but these errors were encountered: