Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1023 Bytes

File metadata and controls

17 lines (12 loc) · 1023 Bytes

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