More on C++ regex
Posted by Kelvin on 05 Oct 2004 at 11:04 am | Tagged as: programming
I got PCRE up and running with minimal hassle. There are binary versions available for most platforms.
Although its a C library, there are C++ wrappers available, most notably PCRE++. There seems to be a search-replace feature in PCRE++ as well.
More to update when I have abit more time. Today I travel to Münich. Hope to get some programming done on the train.
Comments Off on More on C++ regex