Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/path/_util.ts>lastPathSegment

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function lastPathSegment
import { lastPathSegment } from "https://deno.land/std@0.185.0/path/_util.ts";

Parameters

path: string
isSep: (char: number) => boolean
optional
start = [UNSUPPORTED]

Returns

string