码迷,mamicode.com
首页 > Windows程序 > 详细

C#中【正则表达式regular expression】相关的知识

时间:2015-01-27 14:54:29      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:

Regex

System.Text.RegularExpressions.Regex      regex应该是regular expression的缩写

https://msdn.microsoft.com/zh-cn/library/system.text.regularexpressions.regex(v=vs.110).aspx

Represents an immutable regular expression.【immutable 不可变的】 代表了不可变的正则表达式

The Regex class represents the .NET Framework‘s regular expression engine. It can be used to quickly parse large amounts of text to find specific character patterns; to extract, edit, replace, or delete text substrings; and to add the extracted strings to a collection to generate a report.

 

 

RegexStringValidator 

System.Configuration.RegexStringValidator

Provides validation of a string based on the rules provided by a regular expression.

C#中【正则表达式regular expression】相关的知识

标签:

原文地址:http://www.cnblogs.com/chucklu/p/4252864.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!