C# Class nHydrate.Generator.Common.Util.RegExHelper

Afficher le fichier Open project: nHydrate/nHydrate

Méthodes publiques

Méthode Description
ValidateAgainstRegex ( RegexType expressionType, string text ) : bool
ValidateAgainstRegex ( string expressionString, string text ) : bool

Method Details

ValidateAgainstRegex() public static méthode

public static ValidateAgainstRegex ( RegexType expressionType, string text ) : bool
expressionType RegexType
text string
Résultat bool

ValidateAgainstRegex() public static méthode

public static ValidateAgainstRegex ( string expressionString, string text ) : bool
expressionString string
text string
Résultat bool