Method | Description | |
---|---|---|
Check ( string text ) : bool | ||
SwearChecker ( SwearComposite list ) : System |
Method | Description | |
---|---|---|
Add ( ISwear swear ) : void | ||
CheckLongSwearWords ( string text ) : bool | ||
CheckShortSwearWords ( string text ) : bool | ||
IgnoreChars ( string text ) : string |
protected CheckLongSwearWords ( string text ) : bool | ||
text | string | |
return | bool |
protected CheckShortSwearWords ( string text ) : bool | ||
text | string | |
return | bool |
protected IgnoreChars ( string text ) : string | ||
text | string | |
return | string |
public SwearChecker ( SwearComposite list ) : System | ||
list | SwearComposite | |
return | System |