Kazzz / go-camelcase

Faster camelcase implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Faster camelcase implementation


Languages

Language:Go 100.0%