Closed GoogleCodeExporter closed 9 years ago
I suggest using "(?s)" + re as your regexp. You won't notice the speed
difference, and the reader of the code doesn't have to learn both what (?s)
mean and what the corresponding Options tweak is. The settings in the options
are really only there if you're using POSIX mode, where there is no syntax for
editing flags, and most people don't use it. I'll leave this open for the POSIX
mode people.
Original comment by rsc@golang.org
on 25 Sep 2012 at 1:39
This issue was closed by revision d4b3de58cdae.
Original comment by rsc@golang.org
on 10 Jan 2014 at 2:44
Original issue reported on code.google.com by
pklem...@gmail.com
on 25 Sep 2012 at 1:23