Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

segmentio/go-camelcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages