Skip to content

Converts a phrase to a different case (e.g. CamelCase)

License

Notifications You must be signed in to change notification settings

danilobuerger/phrase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status Go Report Card

phrase

Converts a phrase to a different case (e.g. CamelCase).

CamelCase

phrase.ToCamel converts a lower case string with separators to a camel case string.

phrase.ToCamel("abc def", " ")
// Returns: "AbcDef" (without quotes)

About

Converts a phrase to a different case (e.g. CamelCase)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages