C# 클래스 Kobi.RecreationalRegex.RegexUtilities.MatchExtensions

파일 보기 프로젝트 열기: kobi/RecreationalRegex

공개 메소드들

메소드 설명
GetCaptures ( this group ) : List
PrintAllCapturesToConsole ( this match, Regex regex ) : void
PrintCaptures ( this group ) : void
PrintMatchesValues ( this matchCollection ) : void

메소드 상세

GetCaptures() 공개 정적인 메소드

public static GetCaptures ( this group ) : List
group this
리턴 List

PrintAllCapturesToConsole() 공개 정적인 메소드

public static PrintAllCapturesToConsole ( this match, Regex regex ) : void
match this
regex System.Text.RegularExpressions.Regex
리턴 void

PrintCaptures() 공개 정적인 메소드

public static PrintCaptures ( this group ) : void
group this
리턴 void

PrintMatchesValues() 공개 정적인 메소드

public static PrintMatchesValues ( this matchCollection ) : void
matchCollection this
리턴 void