C# 클래스 Onism.Cldr.Extensions.MatchExtensions

파일 보기 프로젝트 열기: pgolebiowski/onism-cldr

공개 메소드들

메소드 설명
GetMatchedGroup ( this match, string groupName ) : string

Gets the captured substring from groups matched by a regular expression.

IsGroupMatched ( this match, string groupName ) : bool

메소드 상세

GetMatchedGroup() 공개 정적인 메소드

Gets the captured substring from groups matched by a regular expression.
public static GetMatchedGroup ( this match, string groupName ) : string
match this
groupName string
리턴 string

IsGroupMatched() 공개 정적인 메소드

public static IsGroupMatched ( this match, string groupName ) : bool
match this
groupName string
리턴 bool