C# Class Kobi.RecreationalRegex.RegexUtilities.MatchExtensions

Afficher le fichier Open project: kobi/RecreationalRegex

Méthodes publiques

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

Method Details

GetCaptures() public static méthode

public static GetCaptures ( this group ) : List
group this
Résultat List

PrintAllCapturesToConsole() public static méthode

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

PrintCaptures() public static méthode

public static PrintCaptures ( this group ) : void
group this
Résultat void

PrintMatchesValues() public static méthode

public static PrintMatchesValues ( this matchCollection ) : void
matchCollection this
Résultat void