Comment to Profanity filter "full words only"?
-
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
*/