TweetExtensions.ExtractHashtags Method
- Namespace:
- Weavy.Core.Helpers
- Assembly:
- Weavy.Core.dll
ExtractHashtags(string)
Extract #hashtags from the provided text.
public static List<string> ExtractHashtags(this string text)
Parameters
- text
- string
text from which to extract hashtags
Returns
System.Collections.Generic.List
List of hashtags referenced (without the leading # sign)