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?

Your links mention "ECMA-Script syntax" for the regexes.

So a search for differences between JS and Perl should help.

IIRC does JS Script mostly implement the Perl 4 syntax, so some things will be missing.

(With little differences like not supporting an /s modifier and requiring something like [^] top match all including newline. )

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?
  • Download Code

Replies are listed 'Best First'.
Re^3: How to rewrite perl pattern subtitution 's///' into C++11 Regular Expression?
by LanX (Saint) on Jan 16, 2017 at 21:34 UTC