郑广学VSTO火箭速成班 VBAYYDS.COM

ExtentionsRegMatchs 方法

按正则表达式返回正则匹配集合

Definition

命名空间: Excel880VSTO
程序集: Excel880VSTO (在 Excel880VSTO.dll 中) 版本:1.5.8.0 (1.5.8.0)
C#
public static MatchCollection RegMatchs(
	this string 文本,
	string 正则表达式
)

参数

文本  String
 
正则表达式  String
 

返回值

MatchCollection

备注

在 Visual Basic 和 C# 中,这个方法可以当成为类型 String 的实例方法来调用。在采用实例方法语法调用这个方法时,请省略第一个参数。请参考 扩展方法 (Visual Basic)扩展方法 (C# 编程指南) 获取更多信息。

参见