badwords icon indicating copy to clipboard operation
badwords copied to clipboard

Cannot replace space-separated words.

Open kriserickson opened this issue 5 years ago • 1 comments

The following test if added to test/replaceWords.js fails:

it("Should replace space-separated bad words",function(){
  assert(filter.replaceWord("Carpet Muncher") == '**************');
});

kriserickson avatar Feb 25 '20 19:02 kriserickson

@kriserickson did you ever find a solution to this?

mathiscode avatar Apr 19 '22 15:04 mathiscode