Parsing Tweets with the TwitterString Class
While building a little Twitter aggregator for an upcoming conference, I found myself in need of a set of methods to create hyperlinks from three distinct elements that can be included within a tweet; links, usernames, and hashtags. I was able to find regular expressions to do all the heavy lifting from various sources on […]
Parsing Tweets with the TwitterString Class Read More »