string-extra icon indicating copy to clipboard operation
string-extra copied to clipboard

camelize output is unexpected.

Open janwirth opened this issue 5 years ago • 0 comments

Case 1: preserving unwanted special characters I expect camelize ".hello world" --> "helloWorld" Currently it is camelize ".hello world" --> ".helloWorld"

Case 2: preserving unwanted special characters I expect camelize "hello world" --> "helloWorld" Currently it is camelize "hello world" --> "HelloWorld"

It does the same as classify... except it preserves special characters

janwirth avatar Mar 04 '21 01:03 janwirth