summaryrefslogtreecommitdiff
path: root/epgfixer/regexp.conf
diff options
context:
space:
mode:
Diffstat (limited to 'epgfixer/regexp.conf')
-rw-r--r--epgfixer/regexp.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/epgfixer/regexp.conf b/epgfixer/regexp.conf
index ab36f5d..f1b6f50 100644
--- a/epgfixer/regexp.conf
+++ b/epgfixer/regexp.conf
@@ -15,3 +15,9 @@
# Move parental rating from start of description:
# (12) Lorem ipsum ...
#description=^[(](?<rating>[0-9S]{1,2})[)][ ]+(?<description>.*)
+
+# Replaces every instance of 'foo' with 'bar' in description
+#description=s/foo/bar/g
+
+# Matches 'foo' case-insensitively
+#description=m/foo/i