brenomfviana / minigrep

A small rust version of grep (*g*lobally search a *r*egular *e*xpression and *p*rint).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minigrep

Description

This is a small rust version of grep (globally search a regular expression and print). According to Wikipedia, grep is a "command-line utility for searching plain-text data sets for lines that match a regular expression. Its name comes from the ed command g/re/p (globally search a regular expression and print), which has the same effect: doing a global search with the regular expression and printing all matching lines."

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A small rust version of grep (*g*lobally search a *r*egular *e*xpression and *p*rint).

License:MIT License


Languages

Language:Rust 100.0%