Loading...
Loading...
Extract lines containing (or not containing) specific text. Perfect for filtering logs, analyzing data, and searching through large text files.
^\d+ - Lines starting with numberserror|warning - Lines with "error" OR "warning"\d3-\d3-\d4 - Lines with phone numbers^$ - Empty lines (use with Invert to remove them)