A grep-like library written in rust
Searching through files
Searching through standard input
Excluding patterns
Printing all lines before the first instance of the pattern
Printing all lines after the first instance of the pattern
Case Insensitivity
(NEW) Regex
Examples take place in hypothetical directory containing
Basic_file_1.txt Basic_file_2.txt
Basic_file_3.txt Basic_file_4.txt
see examples/
or run cargo run --example [file_name]