Skip to content

niksram/RegEx-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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


About

A simple regular expression engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages