C# 클래스 StringBasedFilter.Utils.RegexFromQuery

파일 보기 프로젝트 열기: gro-ove/actools

공개 메소드들

메소드 설명
Create ( string query, bool wholeMatch, bool strictMode ) : Regex

비공개 메소드들

메소드 설명
RegexFromQuery ( ) : System.Text.RegularExpressions

메소드 상세

Create() 공개 정적인 메소드

public static Create ( string query, bool wholeMatch, bool strictMode ) : Regex
query string
wholeMatch bool
strictMode bool
리턴 System.Text.RegularExpressions.Regex