搜索资源列表
-
0下载:
Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- matching co
-
-
0下载:
Just what is a regular expression, anyway?
Take the tutorial to get the long answer. The short answer is that a regular expression
is a compact way of describing complex patterns in texts. You can use them to search
for patterns and, once found
-
-
0下载:
正则表达式相关内容的初步探索,涉及相应的原理论述以及实现方案(源码),是研究句法分析的重要参考资料.-Regular expression content of the initial exploration, the corresponding principle involved, as well as on the realization of the program (source code), syntactic analysis is to study an important re
-
-
0下载:
一个正则语言搜索程序的demo,对于正则表达事的搜索引擎-A regular language search procedure demo, for regular expression search engine thing
-
-
0下载:
正则表达式的分析解释控件,适用于delphi各版本-is a regular expression analysis explained Control, applicable to all versions of delphi
[引自此网络]-Regular Expressions analysis and interpretation of the controls, applied to delphi versions-is a regular expression analy
-
-
0下载:
本文档是java的正则表达式,对于java开发人员来说是很好很方便的手册-This document is a regular expression java, java developer for a good manual is very convenient
-
-
0下载:
csharp 正则表达哦式测试软件,可以方便的测试表达式的对错-Oh-style regular expression csharp test software, you can easily test the expression of the rights and wrongs
-
-
0下载:
Javascr ipt正则表达式教程,快速入门,在最短的时间内掌握Javascr ipt正则表达式,并运用它开发程序。-Javascr ipt regular expression tutorial, Getting Started, in the shortest possible period of time to master Javascr ipt regular expressions, and to use its development process.
-
-
0下载:
代码之美,正确的正则表达式,美丽的并发,美丽的测试-Code of the United States, the correct regular expression, concurrent beautiful, beautiful test
-
-
0下载:
最全正则表达式教程、最好正则表达式教程.想要快下吧-The most comprehensive regular expression tutorial, the best regular expression tutorial
-
-
0下载:
关于编译器的词法分析过程,输入正则表达式输出NFA-Compiler, lexical analysis process, enter the regular expression output NFA
-
-
0下载:
正则表达式30分钟入门教程
1. 本文目标
2. 如何使用本教程
3. 正则表达式到底是什么东西?
4. 入门
-Regular expression 30 minutes of Tutorial 1. Goal of this article. How to use this tutorial regular expressions in the end is what? 4 The entry
-
-
2下载:
用C语言采用模拟DFA算法编写一个扫描器(词法分析器)用来识别:
由任意个a或b开始后接aa再自加或自减1的字符串,即正规式r=(a|b)*aa(+|-)1描述的语言L(r)。
-Simulated DFA algorithm in C language to write a scanner (lexical analyzer) is used to identify: followed by any one of a or b aa longer self plus or decrem
-
-
0下载:
Lexical analyzer with regex. It will have regular expression to generate the tokens
-
-
0下载:
GNU_Regex Regular Expression学习资料 正则表达式-GNU_Regex Regular Expression regex learning materials
-
-
0下载:
ios开发中正则表达式的使用,包括字符串的匹配,日期匹配等。-ios developed regular expression, including the use of the string matching, date matching.
-
-
0下载:
JAVAscr ipt中用于验证时会用到的正则表达式汇总-JAVAscr ipt will be used for regular expression validation summary
-
-
0下载:
Regular Expression Hints
-
-
0下载:
Javascr ipt中的正则表达式解析
正则表达式是个描述字符模式的对象。
Javascr ipt的RegExp对象和String对象定义了使用正则表达式来执行强大的模式匹配和文本检索和替换函数的方法.
-The Javascr ipt regular expression parsing regular expressions is described in character-mode object. Javascr ipt RegExp object and the
-
-
0下载:
Regular Expressions and Regular Languages
-