Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 449 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 449 Bytes

StringUp: Golang Extension Library for Strings!

StringUp is a micro-package that has some useful string functionality for your Golang Project. Current Functions:

  • CamelCase - converts strings to their camel case equivalent
    • Example: this is it => thisIsIt, this\_is\_it => thisIsIt, this-is-it => thisIsIt

More work is being done...Kind of using this a dumping ground for string functions that I need in other projects