summaryrefslogtreecommitdiff
path: root/epgfixer/regexp.conf
diff options
context:
space:
mode:
Diffstat (limited to 'epgfixer/regexp.conf')
-rw-r--r--epgfixer/regexp.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/epgfixer/regexp.conf b/epgfixer/regexp.conf
index a7ef68c..5886428 100644
--- a/epgfixer/regexp.conf
+++ b/epgfixer/regexp.conf
@@ -19,5 +19,9 @@
# Matches 'foo' case-insensitively
#description=m/foo/i
+# Example of a conditional regexp
+# regexp "s/foo/bar/" is applied to description only if title matches "foo"
+#description?title~m/foo/=s/foo/bar/
+
# Example of disabled regexp:
#!title=m/^(?:Movie: |Document: )(?<title>.*)$/