Skip to content

Commit

Permalink
regexp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vbagirov committed Aug 15, 2023
1 parent f00cccd commit 53cc46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/general/ad-filtering/create-own-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ This limitation can be circumvented by using a `/.*/` regular expression inside
This rule will not be ignored:

```text
(/.*/$replace=/a/b/)
/.*/$replace=/a/b/
```

**Exceptions**
Expand Down

0 comments on commit 53cc46e

Please sign in to comment.