C# 클래스 invertika_account.Utilities.StringFilter

파일 보기 프로젝트 열기: Invertika/server 1 사용 예제들

공개 메소드들

메소드 설명
StringFilter ( ) : System
filterContent ( string text ) : bool
findDoubleQuotes ( string text ) : bool
isEmailValid ( string email ) : bool

비공개 메소드들

메소드 설명
loadSlangFilterList ( ) : bool
writeSlangFilterList ( ) : void

메소드 상세

StringFilter() 공개 메소드

public StringFilter ( ) : System
리턴 System

filterContent() 공개 메소드

public filterContent ( string text ) : bool
text string
리턴 bool

findDoubleQuotes() 공개 메소드

public findDoubleQuotes ( string text ) : bool
text string
리턴 bool

isEmailValid() 공개 메소드

public isEmailValid ( string email ) : bool
email string
리턴 bool