Profanity filter "full words only"?

I enabled the profanity filter and a member registered as "Hello123". The profanity filter marked Hell as ****. If I enable full words only, will that solve the problem? 

  • 366
  • More
Replies (1)
    • Hello Genesis !

      Yes, it will. Like it is shown in the method which works with this area:

      /**

       *  Apply censorship to $string, replacing $badwords with $censorChar.

       *

       * @param        string $string    String to be censored.

       * @param        bool   $fullWords Option to censor by word only.

       *

       * @return array

       */

       

      Login or Join to comment.