Topic: preg_replace() in C++ ?
Is there a way to get the preg_replace() function into C++ or some function that has the same effect? I tried to do it with find() and replace(), but it didn't work. I'm just starting with C++ and I can't solve it.
You are not logged in. Please login or register.
PunBB Forums → Programming → preg_replace() in C++ ?
Is there a way to get the preg_replace() function into C++ or some function that has the same effect? I tried to do it with find() and replace(), but it didn't work. I'm just starting with C++ and I can't solve it.
As I said on IRC.
http://www.pcre.org/
I tried to search for it, but I forgot the name . Stupid me. Thanks Elbekko.
Solved I got it working with Dev-c++ now. I found the solution at http://devpaks.org/ , where I downloaded a pack for PCRE.
PunBB Forums → Programming → preg_replace() in C++ ?
Powered by PunBB, supported by Informer Technologies, Inc.