C# 클래스 MahTweets.Core.Utilities.StringHelper

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

공개 메소드들

메소드 설명
ContainsHyperlink ( string matchText ) : System.Boolean
GetHyperlinks ( string matchText ) : MatchCollection
GetSourceText ( string Source ) : string
GetSourceURL ( string Source ) : string
GetTwit ( this text ) : String
IsShortUrl ( this source ) : bool
StripHTML ( this text ) : string

메소드 상세

ContainsHyperlink() 공개 정적인 메소드

public static ContainsHyperlink ( string matchText ) : System.Boolean
matchText string
리턴 System.Boolean

GetHyperlinks() 공개 정적인 메소드

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

GetSourceText() 공개 정적인 메소드

public static GetSourceText ( string Source ) : string
Source string
리턴 string

GetSourceURL() 공개 정적인 메소드

public static GetSourceURL ( string Source ) : string
Source string
리턴 string

GetTwit() 공개 정적인 메소드

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

IsShortUrl() 공개 정적인 메소드

public static IsShortUrl ( this source ) : bool
source this
리턴 bool

StripHTML() 공개 정적인 메소드

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