From 93c038511905e3c502796890b0ea0f1dd17443b5 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 29 Jan 2024 14:18:14 +0100 Subject: [PATCH] UI - Filters & Triggers - Adding example for keyword matching in a line --- changedetectionio/templates/edit.html | 1 + 1 file changed, 1 insertion(+) diff --git a/changedetectionio/templates/edit.html b/changedetectionio/templates/edit.html index d43ed666..99679152 100644 --- a/changedetectionio/templates/edit.html +++ b/changedetectionio/templates/edit.html @@ -401,6 +401,7 @@ Unavailable") }}
  • Use //(?aiLmsux)) type flags (more information here)
  • Keyword example ‐ example Out of stock
  • Use groups to extract just that text ‐ example /reports.+?(\d+)/i returns a list of years only
  • +
  • Example - match lines containing a keyword /.*icecream.*/
  • One line per regular-expression/string match