Use of switchable regexp engine

Features wanted...
Post Reply
hogaty
Posts: 235
Joined: 19 Apr 2013 21:14

Use of switchable regexp engine

Post by hogaty »

This solution is implemented in emeditor (version 15.7 and above).
Second engine could be perl flavor engine.
\1 \2 ... Backreferences
(?=text) Positive lookaheads
(?!text) Negative lookaheads

There is source code solution RegExpr for VB & VBA
http://www.aivosto.com/regexpr.html

Implemented as pure VB or VBA source code, it does not require any additional run-time libraries.
But it is commercial product.Single license for 1 developer costs $99 .
RegExpr license terms:
http://www.aivosto.com/regexpr/help/license.html

Marco
Posts: 2347
Joined: 27 Jun 2011 15:20

Re: Use of switchable regexp engine

Post by Marco »

Interesting!
Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]

Post Reply