Skip to content

Instantly share code, notes, and snippets.

@ahafidi
Created December 1, 2018 07:05
Show Gist options
  • Save ahafidi/d6a2fb3e3c28cf5f0a9ff581447bc8e5 to your computer and use it in GitHub Desktop.
Save ahafidi/d6a2fb3e3c28cf5f0a9ff581447bc8e5 to your computer and use it in GitHub Desktop.
filename from pathname
const filename = pathname.replace(/^.*[\\\/]/g, '')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment