huynhsamha/js-convert-case

One case for Kebab case conversion failing

Opened this issue · 0 comments

toKebabCase('FOOBarBaz') 

returns foobar-baz and should return foo-bar-baz