elm-community / elm-community/string-extra

camelize output is unexpected.

Open
#49 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.