Skip to content

Instantly share code, notes, and snippets.

@coderhs
Created March 19, 2013 06:35
Show Gist options
  • Select an option

  • Save coderhs/5194117 to your computer and use it in GitHub Desktop.

Select an option

Save coderhs/5194117 to your computer and use it in GitHub Desktop.
message.body.gsub(/https*:\/\/[a-zA-z0-9\-\.]*.[a-zA-Z]{2,4}\/[a-zA-Z0-9\/_.?=&;]*/){ |match| "<a href='#{match}' target='\_blank'>#{match}</a>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment