C# Класс Onism.Cldr.Extensions.MatchExtensions

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

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

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