C# Class Huaban.UWP.RegularExtension

Exibir arquivo Open project: dblleaf/Huaban

Public Methods

Method Description
GetValue ( this match, int idx ) : string

根据索引获取正则匹配结果的值。如果没有返回0长度的字符串。

GetValue ( this match, string groupName ) : string

根据groupname获取正则匹配结果的值。如果没有返回0长度的字符串。

Method Details

GetValue() public static method

根据索引获取正则匹配结果的值。如果没有返回0长度的字符串。
public static GetValue ( this match, int idx ) : string
match this
idx int
return string

GetValue() public static method

根据groupname获取正则匹配结果的值。如果没有返回0长度的字符串。
public static GetValue ( this match, string groupName ) : string
match this
groupName string
return string