Fast camelcase implementation that avoids Go's regexps. Direct fork of our snakecase implementation.
--
import "github.com/segmentio/go-camelcase"
Convert strings to camelCase
func Camelcase(str string) stringCamelcase representation of str.
MIT
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Fast camelcase implementation that avoids Go's regexps. Direct fork of our snakecase implementation.
--
import "github.com/segmentio/go-camelcase"
Convert strings to camelCase
func Camelcase(str string) stringCamelcase representation of str.
MIT