Created
July 21, 2012 05:21
-
-
Save bensonk/3154692 to your computer and use it in GitHub Desktop.
A python function to find hashtags in a given tweet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
import re
words = re.findall('#\w+', tweet)