Slug Control

The Slug control allows you to enter text that is compatible with entering a URL. All characters are lowercase, and those that are not allowed are replaced by a hyphen.
 
 
The check automatically validates that the slug format is valid, with no spaces, no capitalization, or no special characters that are not allowed.
The following RegEx is used for validation: ^[a-z'àáèéìíòóùú0-9\p{L}À-ÿ\-]+$