搜索资源列表
zzbds-200-10-5-17
- 介绍正则表达式的应用方法,如何在程序设计中应用,实践实例-Describes the application of regular expression methods, how to design applications in the process, practice examples
word_match
- 单词查找程序,包括带通配符的查找,算法采用了正则表达式。-Word search program, including with wildcard search, the algorithm using regular expressions.
RegexTester
- 正则表达式格式检验可执行程序,输入要格式化的数据和正则表达式可进行检验,修改。-Regular expression test executable format, enter the format of data and regular expressions can be tested, modified.
crawler
- 网络爬虫,通过正则表达式提取URL,从一个给定的网页开始爬取网页-Crawler, extraction by the regular expression URL, from a given start crawling web pages
20063189571308
- 主要功能有: 1. 简单文本编辑功能 2. 语法作色功能 3. 正则表达式匹配替换功能 4. 2006-2-9 增加书签功能(待修改) 5. 2006-2-12 改善正则匹配功能,增加在匹配数据中搜索功能 6. 2006-2-17 改善语法着色的设置功能 7. 2006-2-21 增加快速语法着色颜色设置功能,添加delphi风格,Visua Studio风格, 和自定义三种选择! 8. 2006-2-21 修改书签显示,添加文件名 9
conver_LonLat
- (绝对原创)实现了使用正则表达式<regex>库,来分析多种不同的经纬度格式字符串,可以根据分析的格式把经纬度转换到内部类型。 还可以实时测试正则表达式。-use regex to parse serval sorts of Lontitude and latitude type. Also can convert the string to inner type.
TestRegex
- 正则表达式测试程序,测试正则表达式,正则表达式测试程序,测试正则表达式-Regular expression test procedures, test regular expressions
CSharpRegularExpression
- 本书介绍C#编程中的字符串和正则表达式,可以作为学习资料和参考书使用。-This book introduces C# programming in the string and regular expressions can be used as learning materials and reference books.
mastering_regular_expressions
- mastering_regular_expressions是精通正则表达式的的很好的资料,对于javascr ipt编程和web编程的深入很有益-mastering_regular_expressions master regular expressions is a good information for programming and web programming javascr ipt is very useful in-depth
regexpr
- 正则表达式类,可用于处理各种数据格式-Regular expression class
FindString
- 一种简易的字符串匹配程序,支持通配符‘*’和‘?’,返回匹配成功次数。含测试程序,后续可进一步增加正则表达式处理。-A simple string matching program to support the wildcard ' *' and ' ? ' , Returns the number of successful matches. Including test procedures, follow-up can further increase the r
delphi 正则表达式测试软件
- 可以再delphi 环境下测试所正则表达式是否正确,并对正确的正则表达式记录于程序所在目录便于以后查询。
RegExpr
- DELPHI 正则表达式 引用单元 添加RegExpr.pas单元引用(DELPHI RegExpr Unit RegExpr.pas)
ajax教程与jQuery的正则表达式zip
- ajax的简单用法与常用的正则表达式(内含正则表达式的介绍)(The simple usage of Ajax and the regular expressions (including regular expressions))
web
- 适用于初学者参考的python小程序,功能是用正则表达式爬取58同城的主要二手房信息(本代码仅限作者城市,可以自行修改),可以控制爬取页数,和每页的显示条目.(python source for house info on web 58)
正则表达式
- 使用正则表达式来验证用户输入的信息是否符合格式标准,若符合,返回true,若不符合,返回false(Use regular expressions to verify that the information entered by the user conforms to the format standard. If it does, return true, and if not, return the false)
Python正则表达式操作指南
- PYTHON正则表达式基础操作指南,适合入门初学(PYTHON regular expression base operation guide, suitable for beginners)
正则表达式测试软件_RegexBuddy
- Java软件,无病毒可以放心使用,正则表达式测试软件无病毒,可以放心使用,无病毒.Java软件,正则表达式测试软件(Java software, no virus can be used at ease)
正则表达式
- 调用正则表达式,对某个单元格的文字比如电话号码提取出来,重新排列到其他单元格里。(A regular expression is called, which is extracted from the text of a cell, such as the phone number, and rearranged into other cells.)
《正则表达式&表单验证》
- 这是一个正则表达式进行表单验证的代码实现,希望对大家有用(HTML basic knowledge and grammar summary)