From fc0fd1ce9da0e49042fecfd781eab9ad5c7b171c Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 6 Jun 2022 18:26:47 +0200 Subject: [PATCH] "Extract text" filter - improve placeholder example --- changedetectionio/templates/edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/templates/edit.html b/changedetectionio/templates/edit.html index 32fab8ae..e39c082b 100644 --- a/changedetectionio/templates/edit.html +++ b/changedetectionio/templates/edit.html @@ -201,7 +201,7 @@ nav
- {{ render_field(form.extract_text, rows=5, placeholder="/some.regex\d{2}/ case-insensitive regex") }} + {{ render_field(form.extract_text, rows=5, placeholder="\d+ online") }}
  • Extracts text in the final output after other filters using regular expressions, for example \d+ online