JCL Help:JclPCRE

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Contains an implementation of a Perl-compatible Regular Expression engine.


Description

Contains an implementation of a Perl-compatible Regular Expression engine.
Requires the header conversions and dynamic library loading code in pcre.pas.
Requires resource strings in JclResources.pas.
Requires pcre.dll. The latest release of PCRE is always available using FTP from ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/.
During unit initialization, the pcre.dll dynamic link library is loaded and mapped for use by the Perl-compatible Regular Expression engine.
During unit finalization, the pcre.dll dynamic link library is unloaded.


See Also

pcre


About

Navigation


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page