String slugification in Python

前端 未结 10 1082
粉色の甜心
粉色の甜心 2020-11-30 23:10

I am in search of the best way to \"slugify\" string what \"slug\" is, and my current solution is based on this recipe

I have changed it a little bit to:

<         


        
10条回答
  •  借酒劲吻你
    2020-12-01 00:00

    Unidecode is good; however, be careful: unidecode is GPL. If this license doesn't fit then use this one

提交回复
热议问题