summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2019-02-26 05:42:31 +0000
committerfox <[email protected]>2019-02-26 05:42:31 +0000
commit35edadb6b4df7ea525d7c9a344ca32b811a3ac04 (patch)
tree0c8ab8a0c044e5126b90f9703f5c8cb5809acc74
parent73ed110f458f0519e690eea2d24b366ff95db145 (diff)
Update page 'ContentFilters'
-rw-r--r--ContentFilters.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ContentFilters.md b/ContentFilters.md
index edb2d45..383870f 100644
--- a/ContentFilters.md
+++ b/ContentFilters.md
@@ -1,7 +1,7 @@
Filters are a very powerful and flexible tool which may significantly
ease the task of extracting useful information from the sea of data that
is RSS feeds. Filters are applied to articles based on [regular
-expression](http://en.wikipedia.org/wiki/Regular_expression) match
+expression](http://en.wikipedia.org/wiki/Regular_expression) matches
against specified fields. After the match had been found, configured
actions are taken. Matching is case-insensitive,
[PCRE](http://php.net/manual/en/reference.pcre.pattern.syntax.php)