scan_pattern will print a reader’s contents, while also scanning its contents for a regular expression.
Lines that match this pattern will be highlighted in the output.
A convenience wrapper for scan_pattern_to_printer that will print to stdout.
scan_pattern_to_printer will print a Read’s contents to the given Printer, while also scanning its contents
for a regular expression. Lines that match this pattern will be highlighted in the output.