The Little Guy Posted November 15, 2009 Share Posted November 15, 2009 How do you do regex in C++ I have no Idea how to do it or where to start. Thanks! Link to comment https://forums.phpfreaks.com/topic/181583-c-regex/ Share on other sites More sharing options...
Daniel0 Posted November 15, 2009 Share Posted November 15, 2009 As far as I know, C++ doesn't support regular expressions natively. You can just use any regex library, e.g. the ones in Boost/qt/.NET or you could use PCRE. You could possibly also use regex.h from C. Link to comment https://forums.phpfreaks.com/topic/181583-c-regex/#findComment-957872 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.