ExtentionsRegMatchs 方法
按正则表达式返回正则匹配集合
命名空间: Excel880VSTO程序集: Excel880VSTO (在 Excel880VSTO.dll 中) 版本:1.5.8.0 (1.5.8.0)
public static MatchCollection RegMatchs(
this string 文本,
string 正则表达式
)
<ExtensionAttribute>
Public Shared Function RegMatchs (
文本 As String,
正则表达式 As String
) As MatchCollection
Dim 文本 As String
Dim 正则表达式 As String
Dim returnValue As MatchCollection
returnValue = 文本.RegMatchs(正则表达式)
- 文本 String
-
- 正则表达式 String
-
MatchCollection在 Visual Basic 和 C# 中,这个方法可以当成为类型
String 的实例方法来调用。在采用实例方法语法调用这个方法时,请省略第一个参数。请参考
扩展方法 (Visual Basic) 或
扩展方法 (C# 编程指南) 获取更多信息。