Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.0.0
-
None
Description
I want to filter this out just for example:
Jerk Off
JerkOff
Word censor:
'jerk off' only works for 1st one, not both
'jerk*off' only works for 2nd one, not both
- is misleading it is not a true wild card.
if you want to implement regular expression use this:
(?mxi:
jerk[ _-]*off?s?
)
Attachments
Issue Links
- caused
-
PHPBB3-9933 Wrong handling of consecutive multiple asterisks in word censor
-
- Closed
-