slugify
Create URL-safe ASCII slugs from text by replacing whitespace, accents, and special characters with dashes.
Instructions
Transform text into an ASCII slug which can be used in safely in URLs. Replaces whitespaces, accentuated, and special characters with a dash. Many non-ASCII characters are transformed to similar versions in the ASCII character set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||