in reply to How to rewrite perl pattern subtitution 's///' into C++11 Regular Expression?

Why reimplement the wheel? http://pcre.org, perlembed...
  • Comment on Re: How to rewrite perl pattern subtitution 's///' into C++11 Regular Expression?
  • Download Code

Replies are listed 'Best First'.
Re^2: How to rewrite perl pattern subtitution 's///' into C++11 Regular Expression?
by LanX (Saint) on Jan 16, 2017 at 00:26 UTC
    NB the name "pcre" is a misleading one, it's not 100% compatible.

    Cheers Rolf
    (addicted to the Perl Programming Language and ☆☆☆☆ :)
    Je suis Charlie!

      Yes, but any DIY solution like the OP wants will be way less compatible :-)