changedetectionio/templates/edit/text-options.html
{{ render_field(form.trigger_text, rows=5, placeholder="Some text to wait for in a line /some.regex\d{2}/ for case-INsensitive regex ") }}
/foo\d//foo\d/{{ render_field(form.ignore_text, rows=5, placeholder="Some text to ignore in a line /some.regex\d{2}/ for case-INsensitive regex ") }}
/regex/{{ render_ternary_field(form.strip_ignored_lines) }}
{{ render_field(form.text_should_not_be_present, rows=5, placeholder=_("For example: Out of stock Sold out Not in stock Unavailable")) }}
/foo\d/{{ render_field(form.extract_lines_containing, rows=5, placeholder=_("celsius temperature price")) }}
celsius to keep only lines mentioning temperature readings')|safe }}{{ render_field(form.extract_text, rows=5, placeholder="/.+?\d+ comments.+?/ or keyword") }}
{{ _('Extracts text in the final output (line by line) after other filters using regular expressions or string match:') }}
/reports.+?2022/i/.+?reports.+?2022/i//(?aiLmsux)) type flags (more information here)', url='https://docs.python.org/3/library/re.html#index-15')|safe }}Out of stock')|safe }}/reports.+?(\d+)/i {{ _('returns a list of years only') }}/.*icecream.*/{{ _('One line per regular-expression/string match') }}