Skip to content

Instantly share code, notes, and snippets.

@Planeshifter
Created February 24, 2014 07:57
Show Gist options
  • Save Planeshifter/9183612 to your computer and use it in GitHub Desktop.
Save Planeshifter/9183612 to your computer and use it in GitHub Desktop.
Wrap a href around links
Find:
(?:(?:https?|ftp):\/\/|www.)[-a-z0-9+&@#\/%?=~_|!:,.;]*[-a-z0-9+&@#\/%=~_|]
Replace with:
<a href="$&"> $& </a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment