Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-13 | (MODULES-905) Add bool2str() and camelcase() for string manipulation | Ryan McKern | |
Python likes to have its constants Capitalized, and the capitalize function only understands strings... so I shave a yak. bool2str will convert a boolean to its equivalent string value, and camelcase extends on uppercase & downcase to convert an underscore delimited string into a camelcased string. |