Skip to content

Instantly share code, notes, and snippets.

@ymek
Created August 30, 2012 07:05
Show Gist options
  • Select an option

  • Save ymek/3523570 to your computer and use it in GitHub Desktop.

Select an option

Save ymek/3523570 to your computer and use it in GitHub Desktop.
fname, version, ext = key.match(/([a-z0-9]+)(_v[0-9]+)?(\..{3,4})/i).captures
version = (version ? "_v#{version[/[0-9]+/].to_i + 1}" : '_v2')
new_key = fname + version + ext
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment