Skip to content

sbohner14335/Grephy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grephy

A variation of the grep utility in Java.
Use the format "grep [-n NFA-file][-d DFA-file] REGEX file.txt" where [-n NFA-file][-d DFA-file] are optional parameters.

Test files are located under maven-grephy\src\test\resources
Test cases are as follows:

  • abc
  • a*
  • a*bc
  • ab*c
  • abc*

About

A variation of the grep utility

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages