Welcome![Sign In][Sign Up]
Location:
Search - Perl-Compatible Regular Expression

Search list

[Windows Developdeelx

Description: DEELX 是一个在 C++ 环境下的与 Perl 兼容的正则表达式引擎。是 RegExLab 开展的一个研究开发项目。 基本特点: 支持与 Perl 兼容的正则表达式语法。 支持 IGNORECASE, SINGLELINE, MULTILINE 等常见匹配模式。 兼容性强,能在 vc6, vc7, vc8, gcc, Turbo C++ 等大多数 C++ 环境编译。 支持命名分组,条件表达式,递归表达式等多种高级特性 -DEELX is a C++ Environment with Perl-compatible regular expression engine. Is RegExLab carried out a research and development projects. Basic characteristics: the support and Perl-compatible regular expression syntax. Support IGNORECASE, SINGLELINE, MULTILINE common pattern matching. Compatibility, in vc6, vc7, vc8, gcc, Turbo C++ Such as the majority of C++ Environment compiler. Support for named groups, conditional expression, recursive expressions and many other advanced features
Platform: | Size: 16384 | Author: netxiao | Hits:

[WEB Codepcre-7.0-lib

Description: 软件包包含perl兼容的正规表达式库.这些在执行正规表达式模式匹配时用与Perl 5 同样的语法-Package contains the perl-compatible regular expression library. Those in the implementation of regular expression pattern matching with Perl 5 to use the same grammar
Platform: | Size: 15360 | Author: andy | Hits:

[Documentsdeelx_zh.chm

Description: 学习正则表达式的入门文档! DEELX 是一个在 C++ 环境下的与 Perl 兼容的正则表达式引擎。是 RegExLab 开展的一个研究开发项目。 -Learn the regular expression entry documents! DEELX is a C++ Environment with Perl-compatible regular expression engine. Is RegExLab carried out a research and development projects.
Platform: | Size: 64512 | Author: straybird | Hits:

[OtherDEELXs

Description: DEELX 正则表达式引擎(v1.2) DEELX 是一个在 C++ 环境下的与 Perl 兼容的正则表达式引擎。是 RegExLab 开展的一个研究开发项目。 基本特点: 支持与 Perl 兼容的正则表达式语法。 支持 IGNORECASE, SINGLELINE, MULTILINE 等常见匹配模式。 兼容性强,能在 vc6, vc7, vc8, gcc, Turbo C++ 等大多数 C++ 环境编译。 支持命名分组,条件表达式,递归表达式等多种高级特性。(1.2版本新特点) 与 GRETA、boost 相比,DEELX 独到之处: 完全使用模版库编写,支持 char, wchar_t, int 等以及其他基类型版本。 全部代码位于一个头文件(.h)中, 比任何引擎都使用简单和方便。 支持从右向左匹配模式,可从文本结束位置向前搜索匹配。 可防止零长度子匹配循环无限次而产生的死循环。(1.2版本新特点) -DEELX Regular Expression Engine (v1.2) DEELX is a C environment and Perl-compatible regular expression engine. Is RegExLab carried out a research and development projects. Basic characteristics: the support and Perl-compatible regular expression syntax. Support IGNORECASE, SINGLELINE, MULTILINE common pattern matching. Compatibility, in vc6, vc7, vc8, gcc, Turbo C , such as the majority of C compiler environment. Support for named groups, conditional expression
Platform: | Size: 64512 | Author: 钱斌 | Hits:

[WEB CodeAGRegex

Description: AGRegex, 与 Perl 兼容的正则表达式处理Class, 在Mac下ObjectC 运行。An Perl-compatible regular expression cla-AGRegex, An Perl-compatible regular expression class
Platform: | Size: 8192 | Author: OZ | Hits:

[WEB Codequickguidetoregularexpressions

Description: Perl- Regular expression quick refernce
Platform: | Size: 592896 | Author: kasra | Hits:

[JSP/Javajakarta-oro-2.0.8

Description: Jakarta-ORO正则表达式库,它是最全面的正则表达式API之一,而且它与Perl 5正则表达式完全兼容。另外,它也是优化得最好的API之一。 -Jakarta-ORO regular expression library, which is the most comprehensive one of the regular expression API, and it is with Perl 5 compatible regular expressions. In addition, it is best to optimize one of the API.
Platform: | Size: 633856 | Author: xihan | 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:

[Otherdeelx_zh

Description: DEELX 正则表达式引擎的帮助文档 DEELX 是一个在 C++ 环境下的与 Perl 兼容的正则表达式引擎。是 RegExLab 开展的一个研究开发项目。-DEELX regular expression engine help document。DEELX is a c++ environment with perl-compatible regular expression engine. RegExLab is conducted by a research and development project.
Platform: | Size: 64512 | Author: 王胜 | Hits:

[OS Developpcre.c

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

[Linux-Unixpcre-8.36

Description: PCRE(Perl Compatible Regular Expressions中文含义:perl语言兼容正则表达式)是一个用C语言编写的正则表达式函数库,由菲利普.海泽(Philip Hazel)编写。PCRE是一个轻量级的函数库,比Boost之中的正则表达式库小得多。PCRE十分易用,同时功能也很强大,性能超过了POSIX正则表达式库和一些经典的正则表达式库。-The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. PCRE has its own native API, as well as a set of wrapper functions that correspond to the POSIX regular expression API. The PCRE library is free, even for building proprietary software.
Platform: | Size: 2246656 | Author: 祝帅 | Hits:

[Windows Developdeelx

Description: DEELX 是一个在 C++ 环境下的与 Perl 兼容的正则表达式引擎。是 RegExLab 开展的一个研究开发项目。-DEELX is a regular expression engine in C++, Perl compatible. It is a research project of RegExLab.
Platform: | Size: 514048 | Author: hzf | Hits:

[Otherpcre-8.36.tar

Description: PCRE(Perl Compatible Regular Expressions)是一个轻量级的Perl函数库,包括 perl 兼容的正则表达式库。它比Boost之类的正则表达式库小得多。PCRE十分易用,同时功能也很强大,性能超过了POSIX正则表达式库和一些经典的正则表达式库。(The PCRE(Perl Compatible Regular Expressions) is a lightweight Perl library, including a Perl compliant Regular expression library.It's much smaller than a regular expression library like Boost.PCRE is very easy to use, and it's also powerful, exceeding the POSIX regular expression library and some of the classic regular expression libraries.)
Platform: | Size: 2009088 | Author: phpFlame | Hits:

CodeBus www.codebus.net