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

Latest commit

 

History

History
22 lines (13 loc) · 372 Bytes

Readme.md

File metadata and controls

22 lines (13 loc) · 372 Bytes

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