Skip to content

Commit

Permalink
Merge pull request #1025 from hoergen/develop
Browse files Browse the repository at this point in the history
Typos removed (hopefully)
  • Loading branch information
MrPetovan committed Nov 24, 2021
2 parents 1114692 + c1f07c5 commit 4d7c1e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions advancedcontentfilter/doc/advancedcontentfilter.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ A post will be collapsed if at least one rule matches, but all matching rule nam

## Examples

1. To block specific domains `body matches "/\\.example\\.com/"`
2. To block everything that contains the words `body matches "/Guten Morgen/"`
3. To block every occurence of the word facebook with a space in front and after the word `body matches "//s facebook/s /"`
4. To colapse every post that contains more than 1 image `body matches "/(?:(?:(?:\\[url(?:=.*)?\\])?\\[img(?:=.*)?\\].*\\[\\/img\\]\\s*(?:\\[\\/url\\])?)\\s*){2}/"`
1. Collapse posts with specific domains `body matches "/\\.example\\.com/"`
2. Collapse posts that contains the words `body matches "/Guten Morgen/"`
3. Collapse posts with the word facebook that have a space in front and after the word `body matches "//s facebook/s /"`
4. Collapse posts that contains more than 1 image `body matches "/(?:(?:(?:\\[url(?:=.*)?\\])?\\[img(?:=.*)?\\].*\\[\\/img\\]\\s*(?:\\[\\/url\\])?)\\s*){2}/"`


## Expression Syntax
Expand Down

0 comments on commit 4d7c1e7

Please sign in to comment.