Skip to content
/ words Public

This project provide words transfer functions in golang, such as camelize, modelize and so on

License

Notifications You must be signed in to change notification settings

akimimi/words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

akimimi/words

Go Reference Build Status Coverage Status Go Report Card License: MIT

Words provide some word transfer functions in golang.

  1. Camelize converts the slashed words into Camel-Case words
  2. Capitalize converts the first letter in a word to uppercase
  3. Modelize converts string in to Camel-Case words with the last word singularized
  4. Tableize converts string in to slashed lower case words with the last word pluralized