slugify
Create a slug from a given string
- text: The text that you want to create a slug.
- separator: The separator that you want to use.
- String: A new slug from a text
slugify("Random Path that i wAnt to convert to SLUG" , "-")
// random-path-that-i-want-to-convert-to-slug
- Create your URLs with Unlimited Sheets
Last modified 7mo ago