Skip to content

Conversation

@brunocasanova
Copy link
Member

Closes #6

README.md Outdated
// from spaced to ...
Util.String.fromSpacedToCamel( 'hey yo' ) // 'HeyYo'
Util.String.fromSpacedToUnderscore( 'hey yo' ) // 'hey_yo'
Util.String.fromSpacedToDash( 'hey yo' ) // 'Hey-Yo'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Util.String.fromSpacedToDash( 'hey yo' ) // 'hey-yo'
dashed should be lower-cased :)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cusspvz
Copy link
Member

cusspvz commented Oct 27, 2014

ping @brunocasanova

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add .String.fromSpacedTo...

2 participants