Skip to content

Instantly share code, notes, and snippets.

@levinotik
Created February 1, 2012 22:38
Show Gist options
  • Save levinotik/1719914 to your computer and use it in GitHub Desktop.
Save levinotik/1719914 to your computer and use it in GitHub Desktop.
s = "http://s3.amazonaws.com/rails3_production/mugshots/images/1368905/original_open-uri20120131-988-wwa1lh.?1328048437"
if s =~ /(open.+[\z^.*?])/ix
puts $1 end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment