Skip to content

Instantly share code, notes, and snippets.

@johnsardine
Created July 17, 2016 16:34
Show Gist options
  • Save johnsardine/5d25ccf611231d5db8f3fad23e7e82fe to your computer and use it in GitHub Desktop.
Save johnsardine/5d25ccf611231d5db8f3fad23e7e82fe to your computer and use it in GitHub Desktop.
Regex match Twitter/Instagram mention, hashtag and link
// In RegExr http://regexr.com/3dqqv
/([@][A-z]+)|([#][A-z]+)|((?:(?:https?|ftp):\/\/|www\.)[^\s/$.?#].[^\s]*)/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment