Skip to content

msk-ono/re2py

Repository files navigation

re2py

Implementation of Ruxx Cox's https://swtch.com/~rsc/regexp/regexp1.html in python

How to use

See tests/ and examples/.

Visualize in SVG format

NFA

REGEX = a(bb)+a

Match process

REGEX = a(bb)+a STRING = abbbba

About

Implementation of Ruxx Cox's https://swtch.com/~rsc/regexp/regexp1.html in Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors