slugify icon indicating copy to clipboard operation
slugify copied to clipboard

Converts a string to a slug. Includes integrations for Symfony, Silex, Laravel, Zend Framework 2, Twig, Nette and Latte.

Results 43 slugify issues
Sort by recently updated
recently updated
newest added

Is there an option to remove/replace reserved characters like ­ and  ? 🤔

Code in the `DefaultRuleProvider` class clearly shows that the `ukrainian` ruleset requires `russian` to also be applied - otherwise only Ukrainian-specific Cyrillic letters are transliterated, and unaccented Cyrillic letters are...