Skip to content
/ regex Public

A barebone RegEx engine written in JavaScript which supports a small subset of Regular Expression specification

License

Notifications You must be signed in to change notification settings

Kriyszig/regex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RegEx

A simple Regular Expression evaluation engine written in Node.js that supports a small subset of the vast Regualar Language
This implementation is based on a blog post by Nick Drane that can be found here

Support

The program supports regex matching for character literals, and the special symbols *, ., ?, ^, and $
The definition of entire Regular Expression can be found here

About

A barebone RegEx engine written in JavaScript which supports a small subset of Regular Expression specification

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published