From f86763dc7a27ca71bf432da3ec31a827f35b1648 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 6 Dec 2022 10:53:23 +0100 Subject: [PATCH] Extract data - minor improvement to example --- changedetectionio/templates/diff.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/templates/diff.html b/changedetectionio/templates/diff.html index 4c5d516b..8650a01b 100644 --- a/changedetectionio/templates/diff.html +++ b/changedetectionio/templates/diff.html @@ -125,7 +125,7 @@

For example, to extract only the numbers from text ‐
Raw text: Temperature 5.5°C in Sydney
- RegEx to extract: Temperature ([0-9\.]+)
+ RegEx to extract: Temperature ([0-9\.]+)

Be sure to test your RegEx here.