Implement regular expressions using Russ Cox's algorithm. https://swtch.com/~rsc/regexp/regexp1.html The interface should provide a `search` function just like the `re` module in Python.
Implement regular expressions using Russ Cox's algorithm.
https://swtch.com/~rsc/regexp/regexp1.html
The interface should provide a
searchfunction just like theremodule in Python.