From 823ced0e58385c959dc9de8a4621004f6e2d5ce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matti=20Lehtim=C3=A4ki?= Date: Sat, 8 Sep 2012 00:13:23 +0300 Subject: Add support for Perl-style operators 's///' and 'm//' and modifiers 'gimsuxX'. --- epgfixer/regexp.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'epgfixer') 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=^[(](?[0-9S]{1,2})[)][ ]+(?.*) + +# Replaces every instance of 'foo' with 'bar' in description +#description=s/foo/bar/g + +# Matches 'foo' case-insensitively +#description=m/foo/i -- cgit v1.2.3