C# Class MahTweets.Core.Extensions.StringExtensions

String related static methods
Datei anzeigen Open project: nickhodge/MahTweets.LawrenceHargrave

Public Methods

Method Description
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

Method Details

ContainsBastardisedTweetdeckURL() public static method

public static ContainsBastardisedTweetdeckURL ( this matchText ) : bool
matchText this
return bool

ContainsHyperlink() public static method

public static ContainsHyperlink ( this matchText ) : bool
matchText this
return bool

EscapeXml() public static method

public static EscapeXml ( this s ) : string
s this
return string

GetHyperlinks() public static method

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

GetSourceText() public static method

public static GetSourceText ( this source ) : string
source this
return string

GetSourceURL() public static method

public static GetSourceURL ( this source ) : string
source this
return string

GetTwit() public static method

public static GetTwit ( this text ) : string
text this
return string

Matches() public static method

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

Matches() public static method

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

StripHTML() public static method

public static StripHTML ( this text ) : string
text this
return string

UnescapeXml() public static method

public static UnescapeXml ( this s ) : string
s this
return string