Closed GoogleCodeExporter closed 9 years ago
Above, I meant Apple's pcrecpp.h, not pcre.h
See http://opensource.apple.com/source/pcre/pcre-4.2/pcre/pcrecpp.h
Original comment by theperma...@gmail.com
on 8 Apr 2013 at 5:32
See note at bottom of https://code.google.com/p/re2/.
Submatch references are fine in replacement strings.
I think the problem is that you've written \1 but need to write \\1 to get past
the C string conventions.
Sorry for the long delayed reply.
Original comment by rsc@golang.org
on 10 Jan 2014 at 3:22
Original issue reported on code.google.com by
theperma...@gmail.com
on 8 Apr 2013 at 5:29