elm-community / elm-community/string-extra
camelize output is unexpected.
Open
- Dominant language
- Elm
- Stars
- 36
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
**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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.