C# Class FederatedSearch.TwitterModel.TwitterParser

Show file Open project: ivankozyrev/fls-internal-portal

Public Methods

Method Description
Link ( this s, string url ) : string
ParseHashtag ( this s ) : string
ParseUrl ( this s ) : string
ParseUsername ( this s ) : string

Private Methods

Method Description
Hashtag ( Match m ) : string
Url ( Match m ) : string
Username ( Match m ) : string

Method Details

Link() public static method

public static Link ( this s, string url ) : string
s this
url string
return string

ParseHashtag() public static method

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

ParseUrl() public static method

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

ParseUsername() public static method

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