slugify
Convert any text to a URL-safe slug. Handles Unicode and non-Latin characters via transliteration, with configurable separator and length.
Instructions
Convert any text to a URL-safe slug. Unicode-aware: by default transliterates non-Latin characters to ASCII (set transliterate=false to keep them). Configurable separator and length.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| lowercase | No | ||
| separator | No | - | |
| max_length | No | ||
| transliterate | No |