Skip to content

samueltorres/gastropoda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gastropoda Slugifer

A very fast C# Slugifer

Even though a slug is slow (no pun intended), this package allow you to "slugify" a phrase very fast

Why ?

In the internet you should have very clean URL's so you need to use characters that are a-zA-Z0-9. This comes to solve this in a very fast way.

It transforms something like this: "coração ûltimatœ" into "coracao-ultimatoe" which is awesome.

How to use ?

  1. Install Gastropoda via NuGet: NuGet
  2. Import the namespace Gastropoda
  3. Apply the extension Slugify on a String
    string item = "coração ûltimatœ"; 
    string slugifiedItem = item.Slugify();

About

Very Fast C# Slugifier

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages