C# 클래스 MahTweets.Core.Extensions.StringExtensions

String related static methods
파일 보기 프로젝트 열기: nickhodge/MahTweets.LawrenceHargrave

공개 메소드들

메소드 설명
ContainsBastardisedTweetdeckURL ( this matchText ) : bool
ContainsHyperlink ( this matchText ) : bool
EscapeXml ( this s ) : string
GetHyperlinks ( this matchText ) : MatchCollection
GetSourceText ( this source ) : string
GetSourceURL ( this source ) : string
GetTwit ( this text ) : string
Matches ( this s, string t ) : bool
Matches ( this s, string t, bool matchCase ) : bool
StripHTML ( this text ) : string
UnescapeXml ( this s ) : string

메소드 상세

ContainsBastardisedTweetdeckURL() 공개 정적인 메소드

public static ContainsBastardisedTweetdeckURL ( this matchText ) : bool
matchText this
리턴 bool

ContainsHyperlink() 공개 정적인 메소드

public static ContainsHyperlink ( this matchText ) : bool
matchText this
리턴 bool

EscapeXml() 공개 정적인 메소드

public static EscapeXml ( this s ) : string
s this
리턴 string

GetHyperlinks() 공개 정적인 메소드

public static GetHyperlinks ( this matchText ) : MatchCollection
matchText this
리턴 System.Text.RegularExpressions.MatchCollection

GetSourceText() 공개 정적인 메소드

public static GetSourceText ( this source ) : string
source this
리턴 string

GetSourceURL() 공개 정적인 메소드

public static GetSourceURL ( this source ) : string
source this
리턴 string

GetTwit() 공개 정적인 메소드

public static GetTwit ( this text ) : string
text this
리턴 string

Matches() 공개 정적인 메소드

public static Matches ( this s, string t ) : bool
s this
t string
리턴 bool

Matches() 공개 정적인 메소드

public static Matches ( this s, string t, bool matchCase ) : bool
s this
t string
matchCase bool
리턴 bool

StripHTML() 공개 정적인 메소드

public static StripHTML ( this text ) : string
text this
리턴 string

UnescapeXml() 공개 정적인 메소드

public static UnescapeXml ( this s ) : string
s this
리턴 string