[Issue 17516] std.regex doesn't recognize \e (for ANSI escape character), unlike boost.regex

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17516

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P1  |P4

--


[Issue 17516] std.regex doesn't recognize \e (for ANSI escape character), unlike boost.regex

2017-09-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17516

Dmitry Olshansky  changed:

   What|Removed |Added

   Assignee|nob...@puremagic.com|dmitry.o...@gmail.com

--


[Issue 17516] std.regex doesn't recognize \e (for ANSI escape character), unlike boost.regex

2017-08-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17516

Dmitry Olshansky  changed:

   What|Removed |Added

 CC||dmitry.o...@gmail.com

--- Comment #2 from Dmitry Olshansky  ---
Should be trivial to just use \x27 isn't it?

--


[Issue 17516] std.regex doesn't recognize \e (for ANSI escape character), unlike boost.regex

2017-06-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17516

ZombineDev  changed:

   What|Removed |Added

   Hardware|x86 |All

--


[Issue 17516] std.regex doesn't recognize \e (for ANSI escape character), unlike boost.regex

2017-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17516

ag0ae...@gmail.com changed:

   What|Removed |Added

 CC||ag0ae...@gmail.com
   Severity|normal  |enhancement

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

--