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