mirror of
https://github.com/samber/lo.git
synced 2026-04-22 23:47:11 +08:00
486 B
486 B
name, slug, sourceRef, category, subCategory, playUrl, variantHelpers, similarHelpers, position, signatures
| name | slug | sourceRef | category | subCategory | playUrl | variantHelpers | similarHelpers | position | signatures | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| SnakeCase | snakecase | string.go#L200 | core | string | https://go.dev/play/p/ziB0V89IeVH |
|
|
70 |
|
Converts a string to snake_case.
lo.SnakeCase("HelloWorld")
// "hello_world"