Skip to content

StringHelper improvements

Compare
Choose a tag to compare
@PulsarBlow PulsarBlow released this 05 Nov 10:52
· 53 commits to master since this release

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