Skip to content

wzshiming/namecase

Repository files navigation

Name case

Build Status Go Report Card GoDoc GitHub license gocover.io

Various naming styles change.

Install

go get -u -v github.com/wzshiming/namecase

Usage

ToUpperSpace all to XX YY ZZ
ToLowerSpace all to xx yy zz
ToUpperStrike all to XX-YY-ZZ
ToLowerStrike all to xx-yy-zz
ToUpperSnake all to XX_YY_ZZ
ToLowerSnake all to xx_yy_zz
ToPascal all to XxYyZz
ToCamel all to xxYyZz
ToUpperHump all to XxYyZz
ToLowerHump all to xxYyZz
ToUpperHumpInitialisms all to XxYyZzID
ToLowerHumpInitialisms all to xxYyZzID

API Documentation

License

Pouch is licensed under the MIT License. See LICENSE for the full license text.