Thread overview
[Issue 17516] std.regex doesn't recognize \e (for ANSI escape character), unlike boost.regex
Jun 17, 2017
ag0aep6g@gmail.com
Jun 18, 2017
ZombineDev
Aug 24, 2017
Dmitry Olshansky
Sep 08, 2017
Dmitry Olshansky
Dec 17, 2022
Iain Buclaw
June 17, 2017
https://issues.dlang.org/show_bug.cgi?id=17516

ag0aep6g@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ag0aep6g@gmail.com
           Severity|normal                      |enhancement

--- Comment #1 from ag0aep6g@gmail.com ---
Changing to 'enhancement' as compatibility with boost.regex is not a stated goal for std.regex.

--
June 18, 2017
https://issues.dlang.org/show_bug.cgi?id=17516

ZombineDev <petar.p.kirov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86                         |All

--
August 24, 2017
https://issues.dlang.org/show_bug.cgi?id=17516

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

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

--- Comment #2 from Dmitry Olshansky <dmitry.olsh@gmail.com> ---
Should be trivial to just use \x27 isn't it?

--
September 08, 2017
https://issues.dlang.org/show_bug.cgi?id=17516

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|nobody@puremagic.com        |dmitry.olsh@gmail.com

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=17516

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
December 01
https://issues.dlang.org/show_bug.cgi?id=17516

--- Comment #3 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/phobos/issues/10252

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--