Strips the CDN URL, path and query params from a URL, eg:
https://cdn.sanity.io/images/project/dataset/filename-200x200.jpg?foo=bar →
filename-200x200.jpg
Returns
The filename of an URL, if URL matches the CDN URL
tryGetUrlFilename(...args): undefined | string
Parameters
Rest...args: [url: string]
Returns undefined | string
Returns undefined instead of throwing if a value cannot be resolved
Strips the CDN URL, path and query params from a URL, eg:
https://cdn.sanity.io/images/project/dataset/filename-200x200.jpg?foo=bar
→filename-200x200.jpg
Returns
The filename of an URL, if URL matches the CDN URL