thanks Sheri
--- In [email protected], "Sheri" <sheri...@...> wrote:
>
> PowerPro plugin regex Version 2.10
>
> Release Highlights
>
> Added support for PCRE compile options not previously supported by the
> plugin:
> - slow
> - auto_callout
>
> Added new exec option for use with PCRE 8.10 and above:
> - ucp
>
> Added new special plugin option for use with PCRE 8.10 and above:
> - mark aka K
>
> Added new plugin variable
> -regex_mark
>
> Reimplemented optional callouts.
>
> Callouts permit execution of a powerpro script during a matching operation
> (at designated places in the regex pattern). The return code of the callout
> script determines whether the match-in-progress continues or fails after
> completion of the callout.
>
> Installation Instructions
>
> No version of the regex plugin should be loaded during installation of the
> plugin or pcre library updates. The safest procedure is to first shutdown
> Powerpro.
>
> Remove old versions of pcre*.dll and regex.dll from your main PowerPro and
> plugins directory. Unzip regex0210Release.zip into your PowerPro directory,
> preserving folder structure. Unless you use a separate folder for your pcf,
> all files should go into appropriate locations. If you do use a separate pcf
> folder, you will want to relocate the scripts, log and ini files to your pcf
> folder.
>
> There is another optional help file available, pcre.chm. If installed it
> should go into the same directory as regex.chm (i.e., your plugins folder).
>
> The pcre library in this distribution is version 8.10.
>
> Note: you will need dll plugin (dll.dll) version 0103 or above and the dialog
> plugin (dialog.dll) version 0119 or above to use the included regexDialog
> script. Due to resource leaks, dialog plugin releases earlier than 0119
> should be avoided, even with older versions of the regexDialog script. The
> most recent version of the unicode plugin is useful if working with regex and
> unicode/UTF-8.
>
> Refer to regex.chm in the plugins directory for additional information.
>