This is a collection of user-defined functions for xyscripts that adds PCRE support to XYplorer.
PCRE1 2|3 4 is an advanced standard of Regular Expressions, which allows you to do many advanced search/replace operations not possible in XYplorer's default regexp engine.
These functions act as alternatives to builtin regexmatches() and regereplace(), and allow XYplorer scripts to use a PCRE-compatible RegularExpression engine instead of the limited Visual Basic implementation. This is achieved by offloading regexp operations to a small handler program written, at present, in AutoIt3. See usage notes for details.
This may have some complicated or downright ridiculous perks, but I still hope this helps relieve some of our regexp woes.
XYplorer Beta Club