C# 클래스 wmib.Core.RegexCheck

This is a class that check if regex matches value while it doesn't affect the system thread
파일 보기 프로젝트 열기: benapetr/wikimedia-bot 1 사용 예제들

공개 메소드들

메소드 설명
IsMatch ( ) : int

Return 1 in case that regex match, 0 if it doesn't, 2 if it timed out, and 800 error

RegexCheck ( string Regex, string Data ) : System

Creates a new instance of regex check

비공개 메소드들

메소드 설명
Run ( ) : void

Start check

메소드 상세

IsMatch() 공개 메소드

Return 1 in case that regex match, 0 if it doesn't, 2 if it timed out, and 800 error
public IsMatch ( ) : int
리턴 int

RegexCheck() 공개 메소드

Creates a new instance of regex check
public RegexCheck ( string Regex, string Data ) : System
Regex string
Data string
리턴 System