Implementation of Ruxx Cox's https://swtch.com/~rsc/regexp/regexp1.html in python
See tests/ and examples/.
REGEX = a(bb)+a
REGEX = a(bb)+a
STRING = abbbba
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Implementation of Ruxx Cox's https://swtch.com/~rsc/regexp/regexp1.html in python
See tests/ and examples/.
REGEX = a(bb)+a
REGEX = a(bb)+a
STRING = abbbba