Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 267 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 267 Bytes

RegEx-Engine


  • Simple C implementation to perform Regex Match
  • Implementation works for the following macros
    • generic character class
    • \w
    • \d
    • \s
  • greedy and non-greedy *, +, ?

For furthur details, review the comments in the file re.c