C# Class MahTweets.Core.Utilities.StringHelper

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

Méthodes publiques

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

Method Details

ContainsHyperlink() public static méthode

public static ContainsHyperlink ( string matchText ) : System.Boolean
matchText string
Résultat System.Boolean

GetHyperlinks() public static méthode

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

GetSourceText() public static méthode

public static GetSourceText ( string Source ) : string
Source string
Résultat string

GetSourceURL() public static méthode

public static GetSourceURL ( string Source ) : string
Source string
Résultat string

GetTwit() public static méthode

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

IsShortUrl() public static méthode

public static IsShortUrl ( this source ) : bool
source this
Résultat bool

StripHTML() public static méthode

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