C# Class FederatedSearch.TwitterModel.TwitterParser

Afficher le fichier Open project: ivankozyrev/fls-internal-portal

Méthodes publiques

Méthode Description
Link ( this s, string url ) : string
ParseHashtag ( this s ) : string
ParseUrl ( this s ) : string
ParseUsername ( this s ) : string

Private Methods

Méthode Description
Hashtag ( Match m ) : string
Url ( Match m ) : string
Username ( Match m ) : string

Method Details

Link() public static méthode

public static Link ( this s, string url ) : string
s this
url string
Résultat string

ParseHashtag() public static méthode

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

ParseUrl() public static méthode

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

ParseUsername() public static méthode

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