Skip to content

Implementation of the Grep filter in Rust. The grep filter searches a file for a particular pattern of characters, and displays all lines that contain that pattern. The pattern that is searched in the file is referred to as the regular expression (grep stands for global search for regular expression and print out).

Notifications You must be signed in to change notification settings

PrathmeshRanjan/Mini-Grep-CLI-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini-Grep-CLI-app

Implementation of the Grep filter in Rust. The grep filter searches a file for a particular pattern of characters, and displays all lines that contain that pattern. The pattern that is searched in the file is referred to as the regular expression (grep stands for global search for regular expression and print out).

The filter has the functionality to search for both case sensitive and insensitive texts.

About

Implementation of the Grep filter in Rust. The grep filter searches a file for a particular pattern of characters, and displays all lines that contain that pattern. The pattern that is searched in the file is referred to as the regular expression (grep stands for global search for regular expression and print out).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages