You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 charactersThe text was updated successfully, but these errors were encountered: