slugify
Convert Arabic or mixed text into a URL-safe slug by transliterating Arabic letters and separating words with a configurable delimiter.
Instructions
Convert Arabic (or mixed) text into a URL-safe slug (e.g. "مدينة جدة" -> "mdynh-jdh").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to slugify. | |
| separator | No | Word separator character. Defaults to '-'. |