Skip to content

Instantly share code, notes, and snippets.

@joeljunstrom
Created November 22, 2011 14:44
Show Gist options
  • Save joeljunstrom/1385812 to your computer and use it in GitHub Desktop.
Save joeljunstrom/1385812 to your computer and use it in GitHub Desktop.
REGEXP = %r{
\b
(
(?:
https?://
|
www\d{0,3}[.]
|
[a-z0-9.\-]+[.][a-z]{2,4}/
)
(?:
[^\s()<>]+
|
\(([^\s()<>]+|(\([^\s()<>]+\)))*\)
)+
(?:
\(([^\s()<>]+|(\([^\s()<>]+\)))*\)
|
[^\s`!()\[\]{};:'".,<>?«»“”‘’]
)
)
}xi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment