Skip to content

Instantly share code, notes, and snippets.

@marcel-jahn
Last active August 29, 2015 14:26
Show Gist options
  • Save marcel-jahn/9725b1ad85a2f9532cda to your computer and use it in GitHub Desktop.
Save marcel-jahn/9725b1ad85a2f9532cda to your computer and use it in GitHub Desktop.
RegExp: find Urls
/((([A-Za-z]{3,9}:(?:\/\/)?)(?:[\-;:&=\+\$,\w]+@)?[A-Za-z0-9\.\-]+|(?:www\.|[\-;:&=\+\$,\w]+@)[A-Za-z0-9\.\-]+)((?:\/[\+~%\/\.\w\-_]*)?\??(?:[\-\+=&;%@\.\w_]*)#?(?:[\.\!\/\\\w]*))?)/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment