for a diffing script I am trying to extract a C++ class with a known name from a header file. I thought of using recursive regular expressions. Bu they don't seem to be supported by python re.
Any suggestions on how to tackle this alternatively?
Thanks, Alex