Crate graby

Source

Modules§

regex_feature

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.