首页 > Windows开发 > 详细

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

时间:2015-01-27 14:52:51      阅读:332      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!