February 20, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5620

           Summary: Implicit conversion of RegexMatch to bool
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Mac OS X
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Phobos
        AssignedTo: nobody@puremagic.com
        ReportedBy: doob@me.com


--- Comment #0 from Jacob Carlborg <doob@me.com> 2011-02-20 08:13:34 PST ---
It would be nice if RegexMatch could be implicit converted to a bool. Returning true for a match and false for no match.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
December 09, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5620


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dmitry.olsh@gmail.com
         Resolution|                            |FIXED


--- Comment #1 from Dmitry Olshansky <dmitry.olsh@gmail.com> 2011-12-09 11:46:37 PST ---
Works in new std.regex.

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