Expand description
§minigrep
minigrep is a command line tool which implements simple features of grep.
Modules§
Functions§
- run
- run on the provided config. #example
- search
- search_
case_ insensitive - search a query in the contents, and return the matched lines. This function is case insensitive.