Modules§
Structs§
- Config
- Structure to store the given arguments from the terminal.
Functions§
- run
- Checks if pattern is regular expression or not.
- run_
string - Search for the string query in the given file and display the lines that contain it.
- search
- This function search for the query string with exact case.
- search_
case_ insensitive - This function search for the query string without case distinction.