Crate minimal_grep

Source
Expand description

§minimal_grep

minimal_grep is a learning test library for global search of regular expressions.

Structs§

Config

Functions§

run
search
search_case_insensitive
search_case_sensitive
Runs case sensitive search for a word specified in program arguments and returns the lines from text in which searched word occurs.