From 3f6808a9ee8186e9be0fab0adad51ac242c666b4 Mon Sep 17 00:00:00 2001 From: sandeep Date: Wed, 19 Jan 2022 15:34:53 +0530 Subject: [PATCH] case-insensitive matcher --- exposed-panels/concrete5/concrete5-panel.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exposed-panels/concrete5/concrete5-panel.yaml b/exposed-panels/concrete5/concrete5-panel.yaml index c104571920..fbe5becf36 100644 --- a/exposed-panels/concrete5/concrete5-panel.yaml +++ b/exposed-panels/concrete5/concrete5-panel.yaml @@ -20,8 +20,8 @@ requests: - type: regex part: body regex: - - '(.*)concrete5(.*)<\/title>' - - 'content="concrete5 - (.*)' + - '(?mi)<title>(.*)concrete5(.*)<\/title>' + - '(?mi)content="concrete5 - (.*)' condition: or extractors: