Skip to content

Instantly share code, notes, and snippets.

@dennym
Created January 14, 2014 17:25
Show Gist options
  • Save dennym/8422161 to your computer and use it in GitHub Desktop.
Save dennym/8422161 to your computer and use it in GitHub Desktop.
params[:url]="http:google.com+42min"
expire = params[:url].gsub!(/\+(\d+)min/) #=> <MatchData "+42min" 1:"42">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment