返回 Skill 列表
extension
分类: 开发与工程无需 API Key

slugify-helper

通过slugify工具将文本转换为URL友好的slug。

person作者: jakexiaohubgithub

When to use

  • User wants a slug for URL / filename / identifier.

Procedure

  1. Call slugify with the input text.
  2. Return the slug.