StringHelper improvements
Added new methods to StringHelper :
- Camelize: Returns a converted camel cased string into a string delimited by dashes.
- Dasherize: Capitalize the first letter of a string
- CollapseWhiteSpaces: Collapse consecutive white spaces into a single white space