Extracts the filename from a given URL string.
The URL string.
The extracted filename.
console.log(identifyFilename('https://example.com/image.jpg')); // 'image.jpg' Copy
console.log(identifyFilename('https://example.com/image.jpg')); // 'image.jpg'
Generated using TypeDoc
Extracts the filename from a given URL string.