Skip to content

Instantly share code, notes, and snippets.

@swayson
Created October 27, 2014 17:15
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 swayson/611bc47afe2c32fb4bb8 to your computer and use it in GitHub Desktop.
Save swayson/611bc47afe2c32fb4bb8 to your computer and use it in GitHub Desktop.
Regular Expression for URL
(\b((https?://|www\.)|[a-z0-9\.-]+?\.(com|co\.uk|org|net|info|ca)(?=[/ \W\b]))[^ \t\r\n<>]*?(?=(([\'\xe2\x80\x9c".?!,:;]|&(amp|lt|gt|quot);)+?)?(\.\.+|[<>]|\s|$)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment