Skip to content

Instantly share code, notes, and snippets.

@balazspete
Created October 7, 2012 18:41
Show Gist options
  • Save balazspete/3849199 to your computer and use it in GitHub Desktop.
Save balazspete/3849199 to your computer and use it in GitHub Desktop.
Parse URL
/((((?<!\"|>|href=|href\s=\s|href=\s|href\s=|src=|src\s=\s|src=\s|src\s=)((https?|s?ftp|telnet|mailto)\:\\/\\/))|(?<=\s))([\d\w-^\">]+\.)*?[\d\w-]+\.([a-z]{2,4}\.)*([a-z]{2,4})((\\/)([\d\w\\/\.\?\*\+_=;%&-])*)?)(?!(\w))/i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment