Skip to main content

slugify

@quik/core


@quik/core / slugify

Function: slugify()

slugify(str): string

Defined in: utils/String.ts:98

Generate a slug based on the given string.

Parameters

str

string

The string to be converted to a slug.

Returns

string