C# Class DotNetGroup.Services.Twitter.TweetParser

Inheritance: ITweetParser
Datei anzeigen Open project: sergejusb/DotNetGroup Class Usage Examples

Public Methods

Method Description
GetHashtags ( string tweet ) : IEnumerable
GetMentions ( string tweet ) : IEnumerable
GetUrls ( string tweet ) : IEnumerable

Method Details

GetHashtags() public method

public GetHashtags ( string tweet ) : IEnumerable
tweet string
return IEnumerable

GetMentions() public method

public GetMentions ( string tweet ) : IEnumerable
tweet string
return IEnumerable

GetUrls() public method

public GetUrls ( string tweet ) : IEnumerable
tweet string
return IEnumerable