slugify library

Slugify a string

Functions

slugify(String text, {String delimiter = '-', bool lowercase = true}) String
Converts text to a slug String separated by the delimiter.