Skip to content

Instantly share code, notes, and snippets.

@alatas
Created September 23, 2016 17:45
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/a0294e17076f1809c0eb7411b792af2b to your computer and use it in GitHub Desktop.
Save alatas/a0294e17076f1809c0eb7411b792af2b to your computer and use it in GitHub Desktop.
Twitter Mention Regex
Pattern: (?:\b|\B)@([a-zA-Z0-9_]*[a-zA-Z0-9_]+)\w*
Replace: <a href="https://twitter.com/$1" target="_blank">@$1</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment