@Nullable open static fun extractFileExtension(path: String): String
Extract the file extension from the given URI path.
path - the URI path (e.g. "/products/index.html")
path
Return the extracted file extension (e.g. "html")
Since 4.3.2