C# 클래스 robokins.Utility.Texts

파일 보기 프로젝트 열기: polyethene/robokins

공개 프로퍼티들

프로퍼티 타입 설명
ItemDescrRSS System.Text.RegularExpressions.Regex
ItemRSS System.Text.RegularExpressions.Regex
StripTags System.Text.RegularExpressions.Regex

공개 메소드들

메소드 설명
Action ( string msg ) : string
Commands ( string Text ) : string[]

Splits command into an array as { first word, second word, everything after first word }.

StringBetween ( string search, string start, string end, int offset ) : string

메소드 상세

Action() 공개 정적인 메소드

public static Action ( string msg ) : string
msg string
리턴 string

Commands() 공개 정적인 메소드

Splits command into an array as { first word, second word, everything after first word }.
public static Commands ( string Text ) : string[]
Text string The line to split.
리턴 string[]

StringBetween() 공개 정적인 메소드

public static StringBetween ( string search, string start, string end, int offset ) : string
search string
start string
end string
offset int
리턴 string

프로퍼티 상세

ItemDescrRSS 공개적으로 정적으로 프로퍼티

public static Regex,System.Text.RegularExpressions ItemDescrRSS
리턴 System.Text.RegularExpressions.Regex

ItemRSS 공개적으로 정적으로 프로퍼티

public static Regex,System.Text.RegularExpressions ItemRSS
리턴 System.Text.RegularExpressions.Regex

StripTags 공개적으로 정적으로 프로퍼티

public static Regex,System.Text.RegularExpressions StripTags
리턴 System.Text.RegularExpressions.Regex