搜索资源列表
C#正则表达式学习工具源码
- C#正则表达式学习工具源码
正则表达式之道
- 一个正则表达式,就是用某种模式去匹配一类字符串的一个公式。很多人因为它们看上去比较古怪而且复杂所以不敢去使用——很不幸,这篇文章也不能够改变这一点,不过,经过一点点练习之后我就开始觉得这些复杂的表达式其实写起来还是相当简单的,而且,一旦你弄懂它们,你就能把数小时辛苦而且易错的文本处理工作压缩在几分钟(甚至几秒钟)内完成。
正则表达式到有穷自动机转换
- 实现了正则表达式到有穷自动机转换, VC++程序
C#正则表达式
- 多少年来,许多的编程语言和工具都包含对正则表达式的支持,.NET基础类库中包含有一个名字空间和一系列可以充分发挥正则表达式威力的类,而且它们也都与未来的Perl 5中的正则表达式兼容。 此外,regexp类还能够完成一些其他的功能,例如从右至左的结合模式和表达式的编辑等。
c#正则表达式
- 适用于c#正则表达式学习手册,包括了c#正则表达式的全部知识和语法格式,适用于初学者和正则进阶研究者。
Java正则表达式详解
- Java 正则表达式 详细说明解答 分享共同学习(Java regular expressions, detailed answers, sharing, learning together)
测试正则表达式源代码(254_262)
- 测试正则表达式以及源代码完整分析和理论实战(Test regular expressions)
正则表达式
- 在PHP网页开发的过程中用到了正则表达式,经过收集和整理形成了完整的笔记,有助于刚入门的开发人员使用,使用正则表达式能试很多字符串的处理简单很多(In the process of PHP web development in the use of regular expressions, through collecting and sorting to form a complete notes, help novice developers to use, with the use of
精通正则表达式(第三版)].(美)佛瑞德
- 本书为学习正则表达式的入门和深入的参考书,浅显易懂,能满足工作所需。(This book is to learn regular expressions of entry and in-depth reference books, easy to understand, to meet the needs of the work.)
正则应用例子
- 易语言正则表达式应用的一个源码例子,希望能帮到需要的人。(A source code example of an easy language regular expression application, hoping to help people in need.)
学习正则表达式
- 通过实例介绍如何编写正则表达式,在学习PHP时比较有帮助(Describes how to write regular expressions through examples)
17、正则表达式和hashtable
- 正则表达式和hashtable :正则表达式、hashtable建立 删除 、遍历(Regular expressions and hashtable)
正则图形化
- #在输入框填入正则表达式,支持格式:1,没有斜线,如:\d|\s ; 2,有斜线,如:/\d|\s/ #点击展示按钮,将会在下方生成正则流程图;同时在控制台中将会输出该正则的数据结构。 #请在高级浏览器中运行。(# fill in the input box regular expression support format: 1, no slash, such as: \d|\s; 2, a slash, such as: /\d|\s/ # click the show button,
在C#中使用正则表达式
- 列举正则表达式的使用例程 1. 从Url地址中提取协议和端口号 2. }更改日期格式 3. 使用正则表达式获取指定字符 4. 使用正则表达式去掉无用字符 5. 通过CaptureCollection获取每个匹配对象信息 6. 通过GroupCollection获取匹配集合 7. 验证输入字符串是否是合法的电子邮件格式(Listing routines for regular expressions)
正则表达式测试
- 正则表达式测试,非常严谨全面的正则表达式(Regular expression test)
《易语言“正则表达式”详细教程》
- “正则表达式”的应用范围越来越广,有了这个强大的工具,我们可以做很多事情,如搜索一句话中某个特定的数据,屏蔽掉一些非法贴子的发言,网页中匹配特定数据,代码编辑框中字符的高亮等等,这都可以用正则表达式来完成。(The application of more and more widely, regular expressions with this powerful tool, we can do many things, such as search words in a specific da
正则表达式30分钟入门教程
- 正则表达式30分钟入门教程 包含了一些常用的内容。(The 30-minute introduction to regular expressions includes some common content.)
常用正则表达式大全
- js的常用正则表达式大全,很全乎,敬请下载(Regular regular expressions of JS)
正则表达式教程:30分钟让你精通正则表达式语法
- 正则表达式教程:30分钟让你精通正则表达式语法(Regular expression tutorials: 30 minutes to make you master the regular expression syntax)
微软官方整理--C#正则表达式完整教程
- 微软官方整理--C#正则表达式完整教程 网络搜集整理 希望对大家有所帮助(Microsoft's official complete --C# regular expression tutorial Network collation hopes to help people)