搜索资源列表
Csharp字符串和正则表达式参考手册
- 此书讲了C#的字符串和正则表达式的详细内容,范围小而精,适合较高级编程人员使用和参考.-book stresses the C# and the string expression is the detailed content and scope of a small but efficient, suitable for the more senior programmers to use and reference.
正则表达式验证器
- C#开发的用来验证正则表达式! 程序不大,但有时蛮有用的 -C# development is used to verify the expression! Procedures not, but sometimes is full of
解读C#中的正则表达式
- 解读C#中的正则表达式-interpret C# in the regular expression
正则表达式规则
- 正则表达式的规则文档,常用的格式实例,很全,有用-The rule document of regular expression includes lots of typic formula example.
在MFC中用正则表达式对窗体进行有效性验证
- 我想利用本月的专栏描述一个有趣的应用程序,这个程序是用本期我的一篇文章:“使用 ManWrap 库在本机 C++ 代码中调用.NET”所讨论的 RegexWrap 库生成的。RegexForm 是一个基于正则表达式的MFC窗体有效性验证系统。为了实现这个程序,我首先实现了 RegexWrap。但因为许多细节与正则表达式本身无关,所以感觉在这里描述 RegexForm 更好些。-I would like to use this month's column describes an int
C#用正则表达式提取内容
- C#用正则表达式提取内容
DFA.rar
- 编译原理课程设计之正则表达式与自动机之间的变换,Principles of curriculum design to compile regular expressions with the automatic transformation between
精通正则表达式(第三版)].(美)佛瑞德
- 本书为学习正则表达式的入门和深入的参考书,浅显易懂,能满足工作所需。(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.)
匹配表单常用正则
- 正则表达式 工作中时常用到的正则表达式,不用再费心思到处去找(regular expression Regular expressions used in work)
常用正则表达式大全
- 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)