1

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.

Re: preg_replace() in C++ ?

As I said on IRC.
http://www.pcre.org/

3 (edited by FSX 2007-12-31 14:49)

Re: preg_replace() in C++ ?

I tried to search for it, but I forgot the name tongue. Stupid me. Thanks Elbekko.

4 (edited by FSX 2007-12-31 16:54)

Re: preg_replace() in C++ ?

Solved I got it working with Dev-c++ now. I found the solution at http://devpaks.org/ , where I downloaded a pack for PCRE.