On 12/18/13, Dmitry Olshansky <dmitry.o...@gmail.com> wrote:
> P.S. This reminds me to put a roadmap of sorts on where std.regex is
> going and what to expect.

Btw one thing I'm not fond of is the format specifiers, in particular:

$`      part of input preceding the match.
$'      part of input following the match.

` and ' are very hard to tell apart. But I guess this was based on an
existing standard? Personally I'd prefer $< and $>.

Reply via email to