Skip to content

Instantly share code, notes, and snippets.

@Jberivera
Created December 20, 2017 20:54
Show Gist options
  • Save Jberivera/46a2faae02cb632864368bfa63860000 to your computer and use it in GitHub Desktop.
Save Jberivera/46a2faae02cb632864368bfa63860000 to your computer and use it in GitHub Desktop.
function removeExtension (path) {
return path.split(/\.(\w{3}|(\w{4}))$/, 1)[0]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment