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
502 B
502 B
name, slug, sourceRef, category, subCategory, playUrl, variantHelpers, similarHelpers, position, signatures
| name | slug | sourceRef | category | subCategory | playUrl | variantHelpers | similarHelpers | position | signatures | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| RuneLength | runelength | string.go#L160 | core | string | https://go.dev/play/p/BXT52mBk0zO |
|
|
30 |
|
Returns the number of runes (Unicode code points) in a string.
lo.RuneLength("hellô")
// 5