Hello All,
I am tring to filter out "bad" words. I can get it to filter but it is filtering the string, thus causing valid word to get filtered. i.e.; I want to filter the word "stud" so I do "[Ss][Tt][Uu][Dd]". This not only filters "stud" but also "student".
I tried to us the "\b" option with no luck, "\b[Ss][Tt][Uu][Dd]\b".
Any thoughts? FYI - I am on v5.100.
This thread was automatically locked due to age.