Displays the complete list of default token definitions, showing their type, internal name, and regex pattern.
Dynamically re-categorizes the newline token to treat it as whitespace, allowing a pattern to match across multiple lines.
Extracts all log entries from the second 'ERROR' onwards, demonstrating how the `occurrence` parameter skips initial matches.
Extracts all numbers from a string, demonstrating the simplicity of the `{@Number}` category matcher.
Finding all occurrences of a word, getting the total count, and displaying the text of the first match.
Finding instances where there are two or more consecutive whitespace tokens and reducing them to a single space.