I'm interested how can be implemented recursive regexp
matching in Python (I've not found any examples :( ). For example how would one write
expression which matches "bracket balanced" string like
"foo(bar(bar(foo)))(foo1)bar1"
No comments:
Post a Comment