Canducci.Slug

Canducci.Slug


Keywords
Slug, Text
License
MIT
Install
Install-Package Canducci.Slug -Version 1.0.4

Documentation

Canducci.Slug

NuGet NuGet .NET Core Coverage Status

Package Installation (NUGET)

PM> Install-Package Canducci.Slug

How to use?

Declare o namespace using Canducci.Slug;

Example unlimited text example

string textSlug = "product source main".ToSlug();
// product-source-main

Example with up to 15 characters except the dash

string textSlug = "product source main".ToSlug(15);
// product-source