Top "Slug" questions

part of a URL that makes it more human readable or SEO-friendly, but without necessarily being required by the web server.

How can I create a SEO friendly dash-delimited url from a string?

Take a string such as: In C#: How do I add "Quotes" around string in a comma delimited list of …

language-agnostic string seo slug
Convert non-ASCII characters (umlauts, accents...) to their closest ASCII equivalent (slug creation)

I am looking for way in JavaScript to convert non-ASCII characters in a string to their closest equivalent, similarly to …

javascript character-encoding ascii converter slug
Check if a string is a possible abbrevation for a name

I'm trying to develop a python algorithm to check if a string could be an abbrevation for another word. For …

python string-matching slug abbreviation text-analysis
Laravel 5 Unique form validation ignore id / slug

These are my rules in my class: class AppointmentsController extends Controller { protected $rules = [ 'appointment' => ['required', 'min:5'], 'slug' => […

php laravel-5 unique rules slug
T-SQL function for generating slugs?

Quick check to see if anyone has or knows of a T-SQL function capable of generating slugs from a given …

tsql slug
Slugify and Character Transliteration in C#

I'm trying to translate the following slugify method from PHP to C#: http://snipplr.com/view/22741/slugify-a-string-in-php/ Edit: For the …

c# internationalization slug transliteration