Utility set of functions used at the takeoff
Project.
expect(camelize('node-module')).to.equal('NodeModule');
expect(camelize('Gnu General Public License V3.0', ' ')).to.equal('Gnu General Public License V3.0');
expect(capitalize('node-module')).to.equal('Node-module');