C# Класс Kobi.RecreationalRegex.RegexUtilities.MatchExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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