Categorygithub.com/segmentio/go-camelcase
modulepackage
0.0.0-20160726192923-7085f1e3c734
Repository: https://github.com/segmentio/go-camelcase.git
Documentation: pkg.go.dev

# README

go-camelcase

Fast camelcase implementation that avoids Go's regexps. Direct fork of our snakecase implementation.

--

import "github.com/segmentio/go-camelcase"

Convert strings to camelCase

Usage

func Camelcase

func Camelcase(str string) string

Camelcase representation of str.

License

MIT

# Functions

Camelcase the given string.