JCL Help:JclPCRE Intro

From Project JEDI Wiki
Jump to navigationJump to search


Summary

An introduction to the JCL implementation of a Perl-compatible Regular Expression engine.


Description

The JCL (JEDI Code Library) contains an implementation of a Perl-compatible Regular Expression engine in the file pas. This unit requires the header conversions and dynamic library loading code availbe in the file pcre.pas. It also requires resource strings defined in the file JclResources.pas.
JclPCRE requires pcre.dll. The latest release of PCRE is always available using FTP from ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/. pcre.dll must be available in the search path on any machine that uses the JCLs' pcre wrapper classes.


See Also

JclPCRE_Using JclPCRE pcre


About

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