SlugX extension

Provides slugify as an extension method for strings.

on

Methods

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