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! Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/181583-c-regex/#findComment-957872 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.