Dean Tedesco
Dean Tedesco
I'm happy for you to create a PR for this idea, not sure how it would work though as there are checks that occur to find profanity with spaces between...
> help!!! Sure, are you having the same issue?
OK, I think I'll have to do an upgrade to this package as it seems it is still in use by several projects. Maybe I'll set up a project for...
I've setup a Github Project https://github.com/developerdino/ProfanityFilter/projects/1 to work on features for the new version. Please comment and let me know what you would like within this new version and I'll...
> https://github.com/developerdino/ProfanityFilter/blob/develop/src/Check.php#L289 > > I replaced > > ``` > $expression = '/' . preg_replace( > array_keys($characterExpressions), > array_values($characterExpressions), > $word > ) . '/i'; > ``` > > with...
Sorry this was closed automatically by the project when I merged the tests to be able to check the change in this PR.
I'll add this as a test @rjworks, this is becoming a very complex problem and one I'm not sure we can solve completely with regular expressions. Maybe a whitelist, but...
Not dead, but I have limited time to work on this. I’m happy to accept PRs and new features. The problem with the approach I originally took with this was,...
Hi. Could you please provide a sentence this is happening with so I can test it against the code above. From memory it should only modify the word not the...
I confirmed that this is the case and I can replicate it. I will look to fix this soon, might be a bit harder than I originally thought.