Extractor.ExtractHashtags Method
- Namespace:
- Weavy.Core.TwitterText
- Assembly:
- Weavy.Core.dll
ExtractHashtags(String)
Extract #hashtag references from Tweet text.
public List ExtractHashtags(string text)
Parameters
- text
- System.String
Returns
System.Collections.Generic.List{System.String}
List of hashtags referenced (without the leading # sign).