C# Класс MahTweets.Core.Extensions.StringExtensions

String related static methods
Показать файл Открыть проект

Открытые методы

Метод Описание
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