Categorygithub.com/wzshiming/namecase
repositorypackage
0.2.0
Repository: https://github.com/wzshiming/namecase.git
Documentation: pkg.go.dev

# README

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

ToUpperSpaceall to XX YY ZZ
ToLowerSpaceall to xx yy zz
ToUpperStrikeall to XX-YY-ZZ
ToLowerStrikeall to xx-yy-zz
ToUpperSnakeall to XX_YY_ZZ
ToLowerSnakeall to xx_yy_zz
ToPascalall to XxYyZz
ToCamelall to xxYyZz
ToUpperHumpall to XxYyZz
ToLowerHumpall to xxYyZz
ToUpperHumpInitialismsall to XxYyZzID
ToLowerHumpInitialismsall to xxYyZzID

API Documentation

License

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