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

Mostra file Open project: nHydrate/nHydrate

Public Methods

Method Description
ValidateAgainstRegex ( RegexType expressionType, string text ) : bool
ValidateAgainstRegex ( string expressionString, string text ) : bool

Method Details

ValidateAgainstRegex() public static method

public static ValidateAgainstRegex ( RegexType expressionType, string text ) : bool
expressionType RegexType
text string
return bool

ValidateAgainstRegex() public static method

public static ValidateAgainstRegex ( string expressionString, string text ) : bool
expressionString string
text string
return bool