Find instagram hashtags through a regular expression in Python
gid:mmqGht93YKVt5ytDukzQDG
Thanks! Nice Regex!
In my tests, some hashtags still had a space behind them, which turned out to be "Non Breakable Space".
"\u00A0" should fix it.
not_in_hashtags = "\"$%&'()*+,-./:;<=>?[\]^`{|}~\n#@ \u00A0"
(I am in a different programming language.... can't promise that it works that way in Python.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Verify Github on Galaxy. gid:mmqGht93YKVt5ytDukzQDG