Skip to content

Instantly share code, notes, and snippets.

@alatas
Last active September 23, 2016 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alatas/fa40eba02240a5b2adca0f5d2eeb79cc to your computer and use it in GitHub Desktop.
Save alatas/fa40eba02240a5b2adca0f5d2eeb79cc to your computer and use it in GitHub Desktop.
Twitter Hashtag Regex
Pattern: (?:\b|\B)#(\w*[a-zA-Z]+)\w*
Replace: <a href="https://twitter.com/hashtag/$1" target="_blank">#$1</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment