搜索资源列表
RegexConverter
- 用于.NET正则表达式和XML串之间相互转换的程序源码(包含演示)。源码为.NET 3.5 C# 格式。-This is a small library+ demo that transforms a .NET regular expression into an XML string and back. It helps understanding a long regex that was written by someone else, and allows easy editing. I
Regex
- 有关正则表达式的代码,是实例,而且比较实用的例子,可以借鉴。-Regex
Expresso
- The .NET framework provides a powerful class Regex for creating and using Regular Expressions. While regular expressions are a powerful way to parse, edit, and replace text, the complex syntax makes them hard to understand prone to errors, even for t
RegEx
- C# 使用正则表达式查找网址形式的字符串,并将其替换-using a regular expression that performs a simple searchand replace in a string.
008_REGEX
- Examples of using regex in CSharp
AnalizorLexicalCSharp
- lexical analizer using C# classes . . . Regex and HashTable
html
- a grammar of html you can use it to parse html pages with regex or LINQ
MathParserNetSource
- A while back, I wrote an article on CodeProject called TokenIcer. TokenIcer was a program that would automatically create a lexical parser in either C# or VB.NET, based on RegEx rules created in the program. Since the time that I wrote the arti
regular_expression_test
- 正则表达式判断程序,根据框中的内容进行匹配,看是否成功。-Regex judgment program according to the contents of the box are matched, to see if successful.
XRegex_20121011155303
- VS2010环境开发正则表达式,大家一定有所收益-The VS2010 environment development regex, we must have some income
kuaijiejian
- 该压缩包包含了C#正则表达式大全,曲线拟合方法,以及如何利用C#调用快捷键,并进行设置的文档,欢迎大家下载-The archive contains the C# regex Guinness, curve fitting methods, and how to use C# to call the shortcut key, and set the document, welcome to download
RegTest
- C#做的正则表达式匹配工具,可以实时显示匹配结果,带分组输出。(C# do regular expression matching tool, you can display the matching results in real-time, with packet output.)
ConsoleApplication46
- Regex implementation