http://d.puremagic.com/issues/show_bug.cgi?id=6383


Dmitry Olshansky <dmitry.o...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dmitry.o...@gmail.com


--- Comment #2 from Dmitry Olshansky <dmitry.o...@gmail.com> 2011-07-30 
08:36:58 PDT ---
(In reply to comment #1)
> Sorry, this is not correct:
> 
> auto (start,end) = array(match(r, r"^(-?\d+)(-?(-?\d+))?$").captures);
> auto (start,end) = match(r, r"^(-?\d+)(-?(-?\d+))?$").captures;

I'm puzzled, in this case captures contain way more then 2 strings:
0 - whole match
1 - (-?\d+)
2 - (-?(-?\d+))?
3 - (-?\d+)

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to