Skip to content

Instantly share code, notes, and snippets.

@tored
Last active August 29, 2015 14:02
Show Gist options
  • Save tored/f10e9794828e0281751f to your computer and use it in GitHub Desktop.
Save tored/f10e9794828e0281751f to your computer and use it in GitHub Desktop.
filebasename
function filebasename(filename) {
return filename.substr(0, filename.lastIndexOf('.'));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment