iancoleman/strcase

odd-fix becomes Oddfix

jbcpollak opened this issue · 1 comments

strcase.ToCamel("odd-fix"); // returns "Oddfix"

I was expecting oddFix, but would have understood OddFix.

I don't think the f should be lowercase here.

Fixed in closed PR #3