Question

Is there any regular expression library that i can use with CString of vc6? Opensource/Free library is needed

Was it helpful?

Solution

Version 3.1.3 of the Regular Expression Component Library based on boost regex supports VC6 and even version below than that.

OTHER TIPS

Boost has some support for VC6. Be prepared to fight with the compiler every step of the way though.

I would use PCRE with adaptation for CString. It has already C++ extension for string.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top