C# Class Kobi.RecreationalRegex.RegexUtilities.MatchExtensions

Datei anzeigen Open project: kobi/RecreationalRegex

Public Methods

Method Description
GetCaptures ( this group ) : List
PrintAllCapturesToConsole ( this match, Regex regex ) : void
PrintCaptures ( this group ) : void
PrintMatchesValues ( this matchCollection ) : void

Method Details

GetCaptures() public static method

public static GetCaptures ( this group ) : List
group this
return List

PrintAllCapturesToConsole() public static method

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

PrintCaptures() public static method

public static PrintCaptures ( this group ) : void
group this
return void

PrintMatchesValues() public static method

public static PrintMatchesValues ( this matchCollection ) : void
matchCollection this
return void