mirror of
https://github.com/samber/lo.git
synced 2026-04-22 15:37:14 +08:00
fa095e4b4f
* fix(doc): fix go playground demo URL * fix(doc): add more go playground demo URL
486 B
486 B
name, slug, sourceRef, category, subCategory, playUrl, variantHelpers, similarHelpers, position, signatures
| name | slug | sourceRef | category | subCategory | playUrl | variantHelpers | similarHelpers | position | signatures | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| KebabCase | kebabcase | string.go#L190 | core | string | https://go.dev/play/p/ZBeMB4-pq45 |
|
|
60 |
|
Converts a string to kebab-case.
lo.KebabCase("helloWorld")
// "hello-world"