C# Class Onism.Cldr.Extensions.MatchExtensions

Afficher le fichier Open project: pgolebiowski/onism-cldr

Méthodes publiques

Méthode Description
GetMatchedGroup ( this match, string groupName ) : string

Gets the captured substring from groups matched by a regular expression.

IsGroupMatched ( this match, string groupName ) : bool

Method Details

GetMatchedGroup() public static méthode

Gets the captured substring from groups matched by a regular expression.
public static GetMatchedGroup ( this match, string groupName ) : string
match this
groupName string
Résultat string

IsGroupMatched() public static méthode

public static IsGroupMatched ( this match, string groupName ) : bool
match this
groupName string
Résultat bool