Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ter/deps.ts>slugify

A tiny wiki-style site builder with Zettelkasten flavor.
Go to Latest
function slugify
import { slugify } from "https://deno.land/x/ter@0.7.0/deps.ts";

Parameters

string: string
optional
options: { replacement?: string; remove?: RegExp; lower?: boolean; strict?: boolean; locale?: string; trim?: boolean; } | string

Returns

string