lastPathComponent

@get:JvmName(name = "lastPathComponent")
val String.lastPathComponent: String

Get last path segment of the string.

Example:

"https://google.com/chrome/".lastPathComponent // chrome
"C:\\Windows\\Fonts\\font.ttf".lastPathComponent // font.ttf
"/dev/null".lastPathComponent // null

Since

1.1.0