lastPathComponent
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
Content copied to clipboard
Since
1.1.0