StringUp: Golang Extension Library for Strings!
October 20, 2012 ยท View on GitHub
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
- Example:
More work is being done...Kind of using this a dumping ground for string functions that I need in other projects