搜索资源列表
C#正则表达式学习工具源码
- C#正则表达式学习工具源码
精通正则表达式
- 十年三版,再显王者风范 近 30年开发经验 的智慧结晶 深入理解正则表达式,彻底*基本功 全球 第一本 全面深入讲解正则表达式的经典巨著 《程序员》杂志技术主编 孟岩 鼎力推荐
正则表达式之道
- 一个正则表达式,就是用某种模式去匹配一类字符串的一个公式。很多人因为它们看上去比较古怪而且复杂所以不敢去使用——很不幸,这篇文章也不能够改变这一点,不过,经过一点点练习之后我就开始觉得这些复杂的表达式其实写起来还是相当简单的,而且,一旦你弄懂它们,你就能把数小时辛苦而且易错的文本处理工作压缩在几分钟(甚至几秒钟)内完成。
学习正则表达式
- 用C#编写的学习正则表达式的小工具-C# study prepared by the regular expression is a small tool
用正则表达式作校验
- 用正则表达式作校验-Regular expressions are used for calibration
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
经典JavaScript正则表达式实战
- Javascr ipt 正则表达式经典实例,可以用于锻炼自己的正则表达式的理解,更可以直接拿来使用
测试正则表达式源代码(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 devel
精通正则表达式(第三版)].(美)佛瑞德
- 本书为学习正则表达式的入门和深入的参考书,浅显易懂,能满足工作所需。(This book is to learn regular expressions of entry and in-depth reference books, easy to understand, to meet the needs of the work.)
学习正则表达式
- 通过实例介绍如何编写正则表达式,在学习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
在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
正则表达式30分钟入门教程
- 正则表达式30分钟入门教程 包含了一些常用的内容。(The 30-minute introduction to regular expressions includes some common content.)
微软官方整理--C#正则表达式完整教程
- 微软官方整理--C#正则表达式完整教程 网络搜集整理 希望对大家有所帮助(Microsoft's official complete --C# regular expression tutorial Network collation hopes to help people)
Java正则表达式详解
- Java 正则表达式 详细说明解答 分享共同学习(Java regular expressions, detailed answers, sharing, learning together)