C# 클래스 Huaban.UWP.RegularExtension

파일 보기 프로젝트 열기: dblleaf/Huaban

공개 메소드들

메소드 설명
GetValue ( this match, int idx ) : string

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

GetValue ( this match, string groupName ) : string

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

메소드 상세

GetValue() 공개 정적인 메소드

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

GetValue() 공개 정적인 메소드

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