![JAR search and dependency download from the Maven repository](/logo.png)
main.cesium.getFilenameFromUri.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package cesium
/**
* Given a URI, returns the last segment of the URI, removing any path or query information.
* ```
* //fileName will be"simple.czml";
* var fileName = getFilenameFromUri('/Gallery/simple.czml?value=true&example=false');
* ```
* @param [uri] The Uri.
* @return The last segment of the Uri.
* @see Online Documentation
*/
external fun getFilenameFromUri(uri: String): String
© 2015 - 2025 Weber Informatics LLC | Privacy Policy