Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F1262798
make-slug.ts
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
128 B
Referenced Files
None
Subscribers
None
make-slug.ts
View Options
export
function
makeSlug
(
t
:
string
)
{
return
t
.
replaceAll
(
/\P{General_Category=Letter}/g
,
"-"
)
.
replaceAll
(
/-+/g
,
"-"
);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 24, 15:16 (1 d, 4 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
599982
Default Alt Text
make-slug.ts (128 B)
Attached To
Mode
rSGEN sealgen
Attached
Detach File
Event Timeline
Log In to Comment