From 307683a2bdce2fc18a379471e172027a1e565bd3 Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Tue, 9 Feb 2010 13:20:29 -0600 Subject: [PATCH] Combined preprocess lines --- Regexps.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Regexps.lua b/Regexps.lua index cf591a7..2895974 100644 --- a/Regexps.lua +++ b/Regexps.lua @@ -100,8 +100,7 @@ function WeightsWatcher.newStatTable(tbl) end Preprocess = { - {"|r$", ""}, - {"^|c[a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9]", ""}, + {"|c[a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9]([^|]+)|r", "%1"}, {" +$", ""}, } -- 1.7.9.5