Description
Text streams can be colorized with regular expressions so important patterns stand out in terminal output.
It is useful for reading logs, command output, test results, and structured text without writing a full parser. Regex-based highlighting can miss context or overmatch sensitive data, so patterns should be tested with representative input.