tj / lingo

Linguistics module for Node - inflection, transformation, i18n and more
MIT License
270 stars 32 forks source link

Expand camelCase functionality #19

Open pixelfreak opened 12 years ago

pixelfreak commented 12 years ago

I think it'll be useful if we can convert 'foo-bar' or 'foo_bar' into 'fooBar' or 'FooBar'. I ran into this scenario already and I just had to modify camelCase a bit to achieve this.

Thanks!