TPerlRegEx

所属分类:Pascal/Delphi编程
开发工具:Delphi
文件大小:206KB
下载次数:6
上传日期:2011-06-07 09:46:39
上 传 者honorificabilitudini
说明:  delphi 正则表达式控件,包含全部源码。
(TPerlRegEx is a Delphi VCL wrapper around the open source PCRE library, which implements Perl-Compatible Regular Expressions.)

文件列表:
TPerlRegEx\pcre\makefile.mak (4485, 2009-05-09)
TPerlRegEx\pcre\pcre_compile.obj (34296, 2009-05-07)
TPerlRegEx\pcre\pcre_config.obj (1684, 2009-05-07)
TPerlRegEx\pcre\pcre_default_tables.obj (2619, 2009-05-07)
TPerlRegEx\pcre\pcre_dfa_exec.obj (26959, 2009-05-07)
TPerlRegEx\pcre\pcre_exec.obj (42191, 2009-05-07)
TPerlRegEx\pcre\pcre_fullinfo.obj (2098, 2009-05-07)
TPerlRegEx\pcre\pcre_get.obj (3505, 2009-05-07)
TPerlRegEx\pcre\pcre_globals.obj (1770, 2009-05-07)
TPerlRegEx\pcre\pcre_info.obj (1648, 2009-05-07)
TPerlRegEx\pcre\pcre_maketables.obj (2503, 2009-05-07)
TPerlRegEx\pcre\pcre_newline.obj (2340, 2009-05-07)
TPerlRegEx\pcre\pcre_ord2utf8.obj (1660, 2009-05-07)
TPerlRegEx\pcre\pcre_refcount.obj (1587, 2009-05-07)
TPerlRegEx\pcre\pcre_study.obj (3873, 2009-05-07)
TPerlRegEx\pcre\pcre_tables.obj (3559, 2009-05-07)
TPerlRegEx\pcre\pcre_try_flipped.obj (1888, 2009-05-07)
TPerlRegEx\pcre\pcre_ucd.obj (54707, 2009-05-07)
TPerlRegEx\pcre\pcre_valid_utf8.obj (1815, 2009-05-07)
TPerlRegEx\pcre\pcre_version.obj (1595, 2009-05-07)
TPerlRegEx\pcre\pcre_xclass.obj (2410, 2009-05-07)
TPerlRegEx\pcre.pas (46072, 2009-08-12)
TPerlRegEx\pcrelib.dll (221184, 2009-08-12)
TPerlRegEx\PerlRegEx.cnt (1470, 2008-08-04)
TPerlRegEx\PerlRegEx.dcr (476, 1999-07-03)
TPerlRegEx\PerlRegEx.hlp (111468, 2008-08-04)
TPerlRegEx\PerlRegEx.hsc (115222, 2008-08-04)
TPerlRegEx\PerlRegEx.pas (32467, 2009-08-12)
TPerlRegEx\PerlRegExD2006.bdsproj (8272, 2008-08-25)
TPerlRegEx\PerlRegExD2006.cfg (372, 2008-08-25)
TPerlRegEx\PerlRegExD2006.dpk (681, 2008-08-04)
TPerlRegEx\PerlRegExD2006.res (5544, 2008-08-04)
TPerlRegEx\PerlRegExD2007.dpk (681, 2008-08-04)
TPerlRegEx\PerlRegExD2007.dproj (4682, 2008-08-25)
TPerlRegEx\PerlRegExD2007.res (5544, 2008-08-04)
TPerlRegEx\PerlRegExD2009.dpk (681, 2008-08-04)
TPerlRegEx\PerlRegExD2009.dproj (5988, 2008-08-25)
TPerlRegEx\PerlRegExD2009.res (5544, 2008-08-04)
TPerlRegEx\PerlRegExD7.cfg (349, 2008-08-25)
TPerlRegEx\PerlRegExD7.dof (2332, 2008-08-25)
... ...

TPerlRegEx is a Delphi VCL wrapper around the open source PCRE library, which implements Perl-Compatible Regular Expressions. The supplied pcrelib.dll contains PCRE 7.9, compiled with Unicode support. The supplied OBJ files contain PCRE 7.9, compiled with Unicode support. By default, the component uses the DLL. Using the OBJ files can trigger an internal compiler error, particularly when installing the component into a package. You can use the OBJ files by editing the compiler directives at the top of the pcre.pas file. For more information about PCRE, please visit http://www.regular-expressions.info/pcre.html For more information about regular expressions in general, please visit http://www.regular-expressions.info/ You can download the latest version of TPerlRegEx at http://www.regular-expressions.info/delphi.html TPerlRegEx is licensed under the Mozilla Public License, version 1.1. To install this component into Delphi, open the .dpk file for your Delphi version, compile it, and install it into the IDE. The TPerlRegEx component will appear on the JGsoft page in the component palette. Alternatively, you can create a new package or add the component to an existing package. Simply add the files PerlRegEx.pas and pcre.pas to the package. If you prefer to instantiate TPerlRegEx at runtime instead of dropping it on a form, you don't need to install its package into the Delphi IDE. Simply add PerlRegEx to the uses clause of the units in which you want to use it. There's no need to add the pcre unit to the uses clause. This unit is used internally by TPerlRegEx.

近期下载者

相关文件


收藏者