Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-6747

word censoring * does not handle space for two or more words

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.0.8-RC1
    • 3.0.0
    • Viewing posts
    • 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?
      )

            rxu rxu
            jonnymaeno jonnymaeno
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: