Tag Archives: RegEx

The Trials and Tribulations of RegEx’ing and Other Stories…

By | March 4, 2017

RegEx’ing C++ So I thought I was on to something using expandable macros to create complex regular expressions. I managed to defined an expression that recognised C++ class definitions and match these throughout all my C++ code (I still had to write all the DUnit tests). So what am I talking about. In a previous… Read More »