Registry / utility / text-kebabcase

text-kebabcase

JSON →
library0.0.0-20191123213357-eac43a689475gogounverified

Kebab Case is a Go library for converting strings to kebab-case.

go get dmitri.shuralyov.com/text/kebabcase
INSTALL
IMPORT
SIG · TEXT-KEBABCASE
T
text-kebabcase
utilitygov0.0.0-20191123213357-eac43a689475
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

kebabcase
dmitri.shuralyov.com/text/kebabcase

Convert a string to kebab-case

package main import ( "fmt" "dmitri.shuralyov.com/text/kebabcase" ) func main() { fmt.Println(kebabcase.ToKebab("HelloWorld")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20191123213357-eac43a689475latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
7
Resources
text-kebabcase — go get text-kebabcase · libregistry