strcase icon indicating copy to clipboard operation
strcase copied to clipboard

`ToCamelCase` put underscore in between two numbers

Open paulvollmer opened this issue 3 years ago • 0 comments

What?

The current implementation of the ToCamelCase func does not put a delimiter between two numbers. For example test 123 456 get transformed to test123456 but in my opinion it should be transformed to test123_456

This PR add the missing underscore between numbers and add test cases to the unit tests.

paulvollmer avatar Dec 08 '21 20:12 paulvollmer