Working with Slugs
Using the SluggedBehavior.
The following example uses unique slugs (Try saving the same username twice) and ascii chars only.
So when you try to save "n/a" it will become "n-a". If that is already taken, it will increment the suffix, e.g. "n-a-1" etc.