Extracts the file name from a given URL string.
This function removes any query parameters from the URL and then returns the substring after the last slash (/), which is typically the file name.
/
The URL string from which to extract the file name.
The file name extracted from the URL.
1.1.7
2018-08-30
Extracts the file name from a given URL string.
This function removes any query parameters from the URL and then returns the substring after the last slash (
/
), which is typically the file name.