-
Bug
-
Resolution: Fixed
-
Major
-
3.0.0
-
None
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?
)
- caused
-
PHPBB-9933 Wrong handling of consecutive multiple asterisks in word censor
- Closed