Page MenuHomeSealhub

make-slug.ts
No OneTemporary

make-slug.ts

export function makeSlug(t: string) {
return t
.replaceAll(/\P{General_Category=Letter}/g, "-")
.replaceAll(/-+/g, "-");
}

File Metadata

Mime Type
text/plain
Expires
Tue, May 27, 23:48 (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
625811
Default Alt Text
make-slug.ts (128 B)

Event Timeline