C# 클래스 Fusion.Wildcard

상속: System.Text.RegularExpressions.Regex
파일 보기 프로젝트 열기: demiurghg/FusionEngine 1 사용 예제들

공개 메소드들

메소드 설명
Match ( string value, string pattern, bool ignoreCase = false ) : bool

WildcardToRegex ( string pattern ) : string

Converts a wildcard to a regex.

메소드 상세

Match() 공개 정적인 메소드

public static Match ( string value, string pattern, bool ignoreCase = false ) : bool
value string
pattern string
ignoreCase bool
리턴 bool

WildcardToRegex() 공개 정적인 메소드

Converts a wildcard to a regex.
public static WildcardToRegex ( string pattern ) : string
pattern string The wildcard pattern to convert.
리턴 string