I have a collection of 44thousand records. I want to be able to predict the slug name.
what algorithm is used to turn a text into a slug for a weweb page?
I have a collection of 44thousand records. I want to be able to predict the slug name.
what algorithm is used to turn a text into a slug for a weweb page?
Hey, itβs this one replace(/[^a-z0-9\\_\-\\/]+/g, β_β)