{{ render_field(form.trigger_text, rows=5, placeholder="Some text to wait for in a line
/some.regex\d{2}/ for case-INsensitive regex
") }}
- Text to wait for before triggering a change/notification, all text and regex are tested case-insensitive.
- Trigger text is processed from the result-text that comes out of any CSS/JSON Filters for this watch
- Each line is processed separately (think of each line as "OR")
- Note: Wrap in forward slash / to use regex example:
/foo\d/