9 packages tagged with “Slugify”
Simple Slug / Clean URL generator helper for Microsoft .NET framework and .NET Standard. With default settings, you will get an hyphenized, lowercase, alphanumeric version of any string you please, with any diacritics removed and collapsed whitespace, collapsed dashes and trimmed whitespace.
A version for .net core Slug: is the part of an URL which identifies a page using human-readable keywords. This extension for string type adds the Slugify method for generating slugs from any language. This extension method is useful for SEO friendly Urls. Usage examples: "Hello World!".Slugify(); // hello-world "مرحبا بالعالم!".Slugify(); // مرحبا-بالعالم "Merhaba dünya!".Slugify(); // merhaba-dunya
FSlugify is a slug generator library written entirely in F#.
Ad Object-Oriented adapter to the functional FSlugify library.
dng.Slugify is a simple class library that will create search engine friendly URL slugs.
Slug: is the part of an URL which identifies a page using human-readable keywords. This extension for string type adds the Slugify method for generating slugs from any language. This extension method is useful for SEO friendly Urls. Usage examples: "Hello World!".Slugify(); // hello-world "مرحبا بالعالم!".Slugify(); // مرحبا-بالعالم "Merhaba dünya!".Slugify(); // merhaba-dunya
Slugifies a string for multilingual and SEO-friendly URLs
Lightweight string slugifier for .NET. Converts text into URL-friendly slugs (e.g. "Café crème" -> "cafe-creme").
Lightweight .NET slug generator for SEO-friendly slugs.