Filtrování textu
Omezit spouštění/ignorovat/blokovat/extrahovat na;
Přidané řádky
Vyměněny/změněny řádky
Odebráno
Note: Depending on the length and similarity of the text on each line, the algorithm may consider an přidání místo nahrazení například.
Vždy je tedy lepší vybírat Přidáno +Vyměněno když vás zajímá nový obsah.
Když se obsah pouze přesune v seznamu, spustí se také přidání , zvážit povolení Spustit pouze tehdy, když se objeví jedinečné čáry
Spustit pouze tehdy, když se objeví jedinečné čáry
Good for websites that just move the content around, and you want to know when NEW content is added, compares new lines against all history for this watch.
Odstraňte duplicitní řádky textu
Odstraňte duplicitní řádky textu
Seřadit text podle abecedy
Helps reduce changes detected caused by sites shuffling lines around, combine with zkontrolujte jedinečné řádky níže.
Odstraňte všechny mezery před a za každým řádkem textu
Odstraňte všechny mezery před a za každým řádkem textu
Spouštěče klíčových slov – Spouštění/čekání na text
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 monitor
Each line is processed separately (think of each line as "OR")
Note: Wrap in forward slash / to use regex example: /foo\d/
Ignorujte všechny odpovídající řádky
Matching text will be ignored in the text snapshot (you can still see it but it wont trigger a change)
Each line processed separately, any line matching will be ignored (removed before creating the checksum)
Regular Expression support, wrap the entire line in forward slash /regex/
Changing this will affect the comparison checksum which may trigger an alert
Odstraňte ignorované řádky
Blokovat detekci změn, když se text shoduje
Block change-detection while this text is on the page, all text and regex are tested case-insensitive, good for waiting for when a product is available again
Block text is processed from the result-text that comes out of any CSS/JSON Filters for this monitor
All lines here must not exist (think of each line as "OR")
Note: Wrap in forward slash / to use regex example: /foo\d/
Extrahujte data
Extracts text in the final output (line by line) after other filters using regular expressions or string match:
Regular expression - example /reports.+?2022/i
Don't forget to consider the white-space at the start of a line /.+?reports.+?2022/i
Použít //(?aiLmsux)) type flags (more informace zde )
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