Expand description
§Minigrep
A toy command line tool
Structs§
Functions§
- run
- search
- Search given pattern in lines without case, return all the matched lines
- search_
case_ sensitive - Search given pattern in lines with case, return all the matched lines