Skip to content

Instantly share code, notes, and snippets.

@filippomangione
Created May 22, 2014 09:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save filippomangione/d8be3dd656076154ce98 to your computer and use it in GitHub Desktop.
Save filippomangione/d8be3dd656076154ce98 to your computer and use it in GitHub Desktop.
Returns trailing name component of path.
var path = '/m/static/media/file-8861b49be6e21675f87b174cb824d79f.jpg';
var basename = path.split(/[\\/]/).pop();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment