-[8.50b1]: regular expression library

The behaviour described in the bug report is either by design, or would be far too complex/time-consuming to be changed

Moderators: Hacker, petermad, Stefan2, white

Post Reply
fleggy
Junior Member
Junior Member
Posts: 97
Joined: 2011-10-20, 07:00 UTC

-[8.50b1]: regular expression library

Post by *fleggy »

Hello, would it be possible to change the regex library from TRegExpr to Boost C++ Library (http://www.boost.org)? I know it could be problematic or impossible to link C++ library with Delphi/Lazarus but theirs regex support is much more complex. For example lookarounds are not supported in TRegExpr. Thank you.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50541
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Currently this isn't planned, sorry. I put a lot of work into making this work both with Ansi and Unicode (file names).
Author of Total Commander
https://www.ghisler.com
Post Reply