C# 클래스 nHydrate.Generator.Common.Util.RegExHelper

파일 보기 프로젝트 열기: nHydrate/nHydrate

공개 메소드들

메소드 설명
ValidateAgainstRegex ( RegexType expressionType, string text ) : bool
ValidateAgainstRegex ( string expressionString, string text ) : bool

메소드 상세

ValidateAgainstRegex() 공개 정적인 메소드

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

ValidateAgainstRegex() 공개 정적인 메소드

public static ValidateAgainstRegex ( string expressionString, string text ) : bool
expressionString string
text string
리턴 bool