-
Buffered File Operations
- Only load a fraction of the file at any given time.
- Allows the viewing and analyzing of huge text/log files.
-
Super Fast PCRE2 Regex Processing
- Process millions of regex expressions and capture mappings in seconds.
-
Regex Expression Trees
- Create hierarchical trees of regex expressions, each time refining the search. This allows complex searches to be broken into smaller simpler steps.
-
Anchor Windows
Restricts a search between given start and end regex expressions in the text.
-
Line Windows
Restricts a search between given start and end line numbers in the file.
-
Extra Line Slurping
After matching a regex expression, pulls in the next N lines.
-
Capture Replacement
- Rewrite, simplify and remove the noise from a given line of text.
-
Capture mappings
- Foreground/background color highlighting making information standout. Number base conversions (hex to decimal etc.). Bit-wise operations (left shift etc.). Text operations (prefix, postfix, replace etc.).
-
Clipboard Copy
- Copy the results to the clipboard so they can be cut ‘n’ pasted into emails, docs etc.