Skip to content

Instantly share code, notes, and snippets.

@Sinetheta
Created May 15, 2013 15:28
Show Gist options
  • Save Sinetheta/5584836 to your computer and use it in GitHub Desktop.
Save Sinetheta/5584836 to your computer and use it in GitHub Desktop.
image related utilities
function trimExtension(str) {
return str.substr(0, str.lastIndexOf('.'));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment