Converts a string to a slug.
The string to slugify.
The slugified string.
slugify('Hello World!');// => 'hello-world' Copy
slugify('Hello World!');// => 'hello-world'
Converts a string to a slug.