C# 클래스 Pomona.IO.PathHelper

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

공개 메소드들

메소드 설명
MatchUrlPathSpec ( string input, string pattern ) : bool
SpecToRegex ( string spec ) : string

비공개 메소드들

메소드 설명
AppendRegexEscapedChar ( StringBuilder sb, char c ) : void
PathHelper ( ) : System

메소드 상세

MatchUrlPathSpec() 공개 정적인 메소드

public static MatchUrlPathSpec ( string input, string pattern ) : bool
input string
pattern string
리턴 bool

SpecToRegex() 공개 정적인 메소드

public static SpecToRegex ( string spec ) : string
spec string
리턴 string