social_parser v0.1.0 SocialParser

SocialParser is used to parse out common social message commponents such as hashtags, mentions and urls.

Summary

Functions

Returns a list of hashtags for the given message

Functions

parse_hashtags(message)

Returns a list of hashtags for the given message

iex> SocialParser.parse_hashtags("some #message with #tags")
["#message", "#tags"]

Macros

is_breaking_char(c)