diff --git a/changedetectionio/templates/edit.html b/changedetectionio/templates/edit.html index 466b7318..8fb2e1b6 100644 --- a/changedetectionio/templates/edit.html +++ b/changedetectionio/templates/edit.html @@ -109,8 +109,11 @@ User-Agent: wonderbra 1.0") }} /some.regex\d{2}/ for case-INsensitive regex ") }} - Each line processed separately, any line matching will be ignored.
- Regular Expression support, wrap the line in forward slash /regex/. +
diff --git a/changedetectionio/templates/settings.html b/changedetectionio/templates/settings.html index 69c80686..385638b2 100644 --- a/changedetectionio/templates/settings.html +++ b/changedetectionio/templates/settings.html @@ -83,8 +83,13 @@ /some.regex\d{2}/ for case-INsensitive regex ") }} Note: This is applied globally in addition to the per-watch rules.
- Each line processed separately, any line matching will be ignored.
- Regular Expression support, wrap the line in forward slash /regex/. + +