搜索资源列表
COMPATIABLE
- 此程序可用于匹配正则表达的字符串,非常好用-this procedure can be used to match a regular expression string, very handy
RegExpr
- 正则表达式的应用现在十分广泛,最典是是检测邮箱的合法性。这个是一个正则表达的源程序,大家可以拿去使用。
MasteringRegularExpressions
- 正则表达是学习的最全面的文档,花了很长时间才找到的好东东,值得认真学习!
RegExpCheck
- delphi 正则表达例程。。。 正则表达式在实际应用中非常广泛,灵活运用正则表达式能给我们带非常大的方便
regex-lib
- 一个方便实用的正则表达式类库,纯C编写,只需要把头文件包含到你的工程里即可,方便集成,支持多种操作系统及编译器。附常用正则表达式-A convenient and practical regular expression library, the preparation of pure C, only need to head to the file that contains your project where you can to facilitate the integration, s
淘宝进销存管理系统的E源码
- 一个淘宝进销存管理系统的E源码,有部分POST登陆淘宝,订单的正则表达等,也涉及部分数据库操作等-A Taobao inventory management system of the E source, some POST landing Taobao, the order of the regular expression, but also involves some database operations, etc.
reg
- wince下的正则表达的解析源码,如何使用起参考例子程序-wince under the regular expression parsing source code, how to use the program from Reference Example
demo
- 一个正则语言搜索程序的demo,对于正则表达事的搜索引擎-A regular language search procedure demo, for regular expression search engine thing
TryRegular
- C++正则表达式编程。在C++中调用pcre库, 即在源代码中include<pcre.h>。正则表达 式在软件设计中非常有用。-Using Regular expressions in C++ Programming.Regular expressions is useful in soft designing
Regexer
- csharp 正则表达哦式测试软件,可以方便的测试表达式的对错-Oh-style regular expression csharp test software, you can easily test the expression of the rights and wrongs
Collection1.0
- 一个简单的网页采集系统,是一个为初学者提供实现网页数据采集思路的源码,通过请求网页来抽取源码,并用正则表达式提取内容以及转换为XML格式遍历内容并存入Access数据库中。-A simple web collection system is available for beginners to achieve a web page source data collection ideas, through the request page to extract source code, and
Test2
- java正则表达的例子,很经典。想要学习正则表达式的,可能进来看一看。-java regular expression examples, very classic. If you want to learn regular expressions, you can come in.
pcre
- pcre源代码,主要用于正则表达库的共公库,很有用处啊-pcre source code, mainly for the regular expression libraries were public libraries, useful ah
RegExpr
- 这个是一个Delphi正则表达的源程序。-This is the expression of a Delphi source code.
regular_expressions
- 精通正则表达.正则表达袖珍手册,是全中文版。-Mastering Regular expression Regular expression Pocketbook is the Chinese version.
VanadiuFormValidation
- 表单验证,自带例如正数,整数,小数,邮箱,电话,正则表达,ajax验证等验证,使用方便,易于自定义修改-Form validation that comes with such as a positive number, integer, decimal, E-mail, telephone, regular expression, ajax validation verification, easy to use, easy to modify the custom
regularManal-
- 正则表达 常用查询手册信息,必不可少 。希望对你们有用-Regular expression commonly used manual information
TestPcre
- 使用正则表达库pcre例子程序,主要参考pcre library 相关资料。-Use regular expression library pcre example of the program.
AV_INFO.exe
- 在线查毒软件,关联与https://www.virustotal.com/不做任何商业用图。只是兴趣而已,适合初学者。一个与https通信的程序。加上VC6.0的正则表达示。-Online virus scanning software, associated with https://www.virustotal.com/ not do any commercial use of Fig. Just work needs. A https communication program. Plus
regex
- 正则表达练习题代码,主要是c++primer上(Regular expression exercise code)