elm-community / elm-community/string-extra
Why dasherize adds a leading dash?
Open
- Dominant language
- Elm
- Stars
- 36
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
```
underscore "SomeClassName" == "some_class_name"
```
Doesn't add _ at the beginning.
```
dasherize "SomeClassName" == "-some-class-name"
```
Adds leading `_`.
What is the logic for this. Seems unexpected.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.