--- In [email protected], "brucexs" <[EMAIL PROTECTED]> wrote: > > PowerPro 4.8 release candidate 1 is available at > http://powerpro.webeddie.com/download/pwrpro48.zip >
Hi Bruce, Would you mind editing slightly the PowerPro documentation under the Scripts heading "Regular Expressions"? I would suggest to replace the first paragraph of the Overview with this text: ================ Powerpro provides native support for string matching and replacement using regular expressions based on the *original* (POSIX) functions of the Regex Plugin. New functions have since been implemented in the plugin. To take advantage of the new functions, do not use the Powerpro's native support. Refer instead to the regex.chm file located in your plugin folder. In particular, certain limitations inherent in the original global functions are removed when using the newer functions. The new functions also provide other improvements such as support for named substrings. Regex.chm includes details for both the original and new plugin functions. The Regex Plugin uses the PCRE library which provides Perl-Compatible Regular Expressions. ================= Regards, Sheri
