C# Class MahTweets.Core.Extensions.StringExtensions

String related static methods
Afficher le fichier Open project: nickhodge/MahTweets.LawrenceHargrave

Méthodes publiques

Méthode 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 méthode

public static ContainsBastardisedTweetdeckURL ( this matchText ) : bool
matchText this
Résultat bool

ContainsHyperlink() public static méthode

public static ContainsHyperlink ( this matchText ) : bool
matchText this
Résultat bool

EscapeXml() public static méthode

public static EscapeXml ( this s ) : string
s this
Résultat string

GetHyperlinks() public static méthode

public static GetHyperlinks ( this matchText ) : MatchCollection
matchText this
Résultat System.Text.RegularExpressions.MatchCollection

GetSourceText() public static méthode

public static GetSourceText ( this source ) : string
source this
Résultat string

GetSourceURL() public static méthode

public static GetSourceURL ( this source ) : string
source this
Résultat string

GetTwit() public static méthode

public static GetTwit ( this text ) : string
text this
Résultat string

Matches() public static méthode

public static Matches ( this s, string t ) : bool
s this
t string
Résultat bool

Matches() public static méthode

public static Matches ( this s, string t, bool matchCase ) : bool
s this
t string
matchCase bool
Résultat bool

StripHTML() public static méthode

public static StripHTML ( this text ) : string
text this
Résultat string

UnescapeXml() public static méthode

public static UnescapeXml ( this s ) : string
s this
Résultat string