Welcome![Sign In][Sign Up]
Location:
Search - pcre-6.

Search list

[Windows Developpcre-6.3

Description: 最牛的C语言正则表达式库 正则表达式的威力相信大家都有体会,但是在C代码中如何使用?PCRE就是公认最牛的C语言的正则表达式库,Python、Perl等语言都是用它。 -C language library is a regular expression is the power of regular expressions believe that we have experience, but how C code? PCRE is the most recognized of cattle in the C language is a regular expression library, Python, Perl and other languages are used.
Platform: | Size: 815909 | Author: 李伟 | Hits:

[Windows Developpcre-6.3

Description: 最牛的C语言正则表达式库 正则表达式的威力相信大家都有体会,但是在C代码中如何使用?PCRE就是公认最牛的C语言的正则表达式库,Python、Perl等语言都是用它。 -C language library is a regular expression is the power of regular expressions believe that we have experience, but how C code? PCRE is the most recognized of cattle in the C language is a regular expression library, Python, Perl and other languages are used.
Platform: | Size: 816128 | Author: 李伟 | Hits:

[Embeded Linuxpcre[1].tar

Description: C语言实现PERL正则表达式全部功能,库文件。 PCRE -C language PERL regular expressions to achieve the full functionality, the library files. PCRE
Platform: | Size: 880640 | Author: tanzeng | Hits:

[Windows Developpcre-7.8

Description: PCRE 开源的Regular Expression 源代码,Perl 流派-Regular Expression of the open source PCRE source code, Perl Schools
Platform: | Size: 1135616 | Author: 袁东 | Hits:

[Software Engineeringpcre-6.7-static

Description: J4K-J4K
Platform: | Size: 69632 | Author: Jiang Hu | Hits:

[OtherTryRegular

Description: C++正则表达式编程。在C++中调用pcre库, 即在源代码中include<pcre.h>。正则表达 式在软件设计中非常有用。-Using Regular expressions in C++ Programming.Regular expressions is useful in soft designing
Platform: | Size: 1662976 | Author: 廖平华 | Hits:

[Linux-Unixpcre-7.9.tar

Description: pcre-7.9是用于正则表达式匹配,它的匹配效率很高,modsecurity就是用它进行正则匹配,而且它也是开源,所以只要你足够牛,就可以将pcre-7.9+modsecurity移植到任何平台下,进行数据匹配检测。-pcre-7.9 is used for regular expression matching, it matches very efficient, modsecurity is to use it for a regular match, but it is also open source, so long as you have enough cows, you can pcre-7.9+ modsecurity transplanted to any platform to conduct data matching test.
Platform: | Size: 861184 | Author: 林可可 | Hits:

[Linux-Unixpcre-6.4

Description: pcre是用于正则表达式匹配,它的匹配效率很高正则表达式库的全部文件,库文件。-pcre is used for regular expression matching, it matches very efficient regular expression library, all documents, library files.
Platform: | Size: 2308096 | Author: 马远超 | Hits:

[Web Serverlighttpd-1.4.25.tar

Description: * mod_magnet:修复对()正常表和字符串(修复#1307) * mod_magnet:添加打印lua错误回溯 * mod_rewrite:如果不编译pcre,修正编译错误, *禁用警告“CLOSE-read”(修复#2091) * mod_rrdtool:如果不存在则创建文件的修复(#1788) *在connection_reset重置tlsext_server_name - 修正了随机主机名$HTTP["host"]条件 *输出一些SSL_CLIENT_ *变量客户端证书验证(修复#1288,thx presbrey) *mod_fastcgi:修复的mod_fastcgi包解析 *mod_fastcgi:connect()成功后不要重新连接(修复#2096) *修正configure.ac允许autoreconf,还可以使V = 0-- 1.4.25- * mod_magnet: fix pairs() for normal tables and strings (fixes#1307) * mod_magnet: add traceback for printing lua errors * mod_rewrite: fix compile error if compiled without pcre * disable warning "CLOSE-read" (fixes#2091) * mod_rrdtool: fix creating file if it doesn t exist (#1788) * reset tlsext_server_name in connection_reset- fixes random hostnames in the $HTTP["host"] conditional * export some SSL_CLIENT_* vars for client cert validation (fixes#1288, thx presbrey) * mod_fastcgi: fix mod_fastcgi packet parsing * mod_fastcgi: Don t reconnect after connect() succeeded (fixes#2096) * Fix configure.ac to allow autoreconf, also enables make V=0
Platform: | Size: 780288 | Author: yarx | Hits:

[Linux-Unixpcre-7.6.tar

Description: pcre正则表达式库文件.可以进行正则解析-pcre is used for regular expression matching, it matches very efficient regular expression library, all documents, library files.
Platform: | Size: 1148928 | Author: 搞搞 | Hits:

[Otherpcre_cxx

Description: A simple but yet powerful pcre wrapper class to do regular expression stuff.
Platform: | Size: 4096 | Author: Ptomaine | Hits:

[File Operateparset_input

Description: pcre的演示程序,通过其可以知道其简单的使用-the pcere demonstration and you can know about it through the programe
Platform: | Size: 2048 | Author: 张磊 | Hits:

[OS programTestPcre

Description: 使用正则表达库pcre例子程序,主要参考pcre library 相关资料。-Use regular expression library pcre example of the program.
Platform: | Size: 4096 | Author: chenggong | Hits:

[Otherpcre-8.2

Description: PCRE WINDOWS下的编译包。The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. -The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5.
Platform: | Size: 199680 | Author: chenggong | Hits:

[OS programpcre-7.0-src

Description: PCRE(Perl Compatible Regular Expressions)是一个Perl库,包括 perl 兼容的正规表达式库.这些在执行正规表达式模式匹配时用与Perl 5同样的语法和语义是很有用的。Boost太庞大了,使用boost regex后,程序的编译速度明显变慢。测试了一下,同样一个程序,使用boost::regex编译时需要3秒,而使用pcre不到1秒。因此改用pcre来解决C语言中使用正则表达式的问题 -PCRE (Perl Compatible Regular Expressions) is a Perl library perl-compatible regular expression library to perform regular expression pattern matching is useful Perl 5 the same syntax and semantics. Boost is too large, use boost regex compilation process speed was slow. Test, the same procedure, using the boost :: regex compile-time three seconds, and use pcre is less than one second. Switch pcre to solve the problem of the C language using regular expressions
Platform: | Size: 1306624 | Author: evil | Hits:

[Linux-Unixpcre-8.30

Description: pcre正则库源代码,linux下很常用的类库,用vc进行编译即可在windows下使用。-the pcre regular library source code, the linux under very commonly used class libraries compiled with vc can be used under the windows.
Platform: | Size: 2012160 | Author: 谢比安 | Hits:

[Linux-Unixpcre_compile

Description: This is JavaScriptCore s variant of the PCRE library for Linux.
Platform: | Size: 24576 | Author: rudebie | Hits:

[Linux-Unixpcre_tables

Description: This module contains some fixed tables that are used by more than one of the PCRE code modules for Linux.
Platform: | Size: 5120 | Author: nerringdiu | Hits:

[OS Developpcre.c

Description: PCRE (Perl Compatible Regular Expression) Usage Example
Platform: | Size: 1024 | Author: vldmrblv | Hits:

[Other正则表达式控件

Description: delphi正则表达式控件 安装方法(我使用的delphi版本是 delphi2007): 1、先把解压的 TPerlRegEx 文件夹放在 Delphi 的根目录下的 Imports 目录中。 2、目前最新 For Win32 的版本是可以在 Delphi7,Delphi 2006,Delphi 2007,Delphi 2009 下使用。 我用的是2007,于是就打开了PerlRegExD2007.dpk ,在 Project Manager 窗口中的 PerlRegExD2007.bpl 上点击右键,执行 Install。这时 在 Tool Palette 的列表中已经有了 TPerlRegEx,在 JGsoft 组。 3、Tools -> Options -> Environment Options -> Delphi Options -> Library-Win32 -> Library path -> 添加路径:$(BDS)\Imports\TPerlRegEx (注:就是刚才放置的路径)。 4、打开delphi根目录下 Imports\TPerlRegEx\pcre ,把 pcre3.dll 文件复制到 C:\WINDOWS\system32 文件夹下,这个文件夹里是windows系统存放 dll 文 件的大本营。如果不复制pcre3.dll,在应用 TPerlRegEx 正则的时候,系统提示出错。 5、用delphi打开 Imports\TPerlRegEx 目录下的 pcre.pas 文件,找到 //{$DEFINE PCRE_STATICLINK} ,把之前的注释 // 删除;找 到 {$DEFINE PCRE_LINKDLL} ,把它注释掉,即改为 //{$DEFINE PCRE_LINKDLL} 。注意:这点非常重要,如果不这样改的话,在软件开发完成后,分 发到其他电脑上的时候,软件就会提示“缺少pcre3.dll错误”。这样修改的原因,是把正则直接封包到 exe 文件里,而不需要链接 pcre3.dll 了;封包进 exe,付 出的代价是软件增大了 100KB 左右的大小,当然比起必须携带 pcre3.dll来说,这是有意义的付出。 6、可以使用了! 直接 uses PerlRegEx 或从 Tool Palette 添加都可以。 TPerlRegEx 安装设置完成后,就可以舒心地使用了,一些简单的使用方法如下: //查找是否存在 var reg: TPerlRegEx; begin reg := TPerlRegEx.Create(nil); reg.Subject := 'CodeGear Delphi 2007 for Win32'; reg.RegEx := '\d'; if reg.Match then ShowMessage('找到了') else ShowMessage('没找到'); FreeAndNil(reg); end;
Platform: | Size: 211229 | Author: clubmanjim | Hits:

CodeBus www.codebus.net