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

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!

  • Comment on Re^2: How to rewrite perl pattern subtitution 's///' into C++11 Regular Expression?

Replies are listed 'Best First'.
Re^3: How to rewrite perl pattern subtitution 's///' into C++11 Regular Expression?
by Anonymous Monk on Jan 16, 2017 at 00:38 UTC
    Yes, but any DIY solution like the OP wants will be way less compatible :-)