elm-community / elm-community/string-extra
String.toTitleCase doesn't work with accented characters or non-english alphabets
Open
- Dominant language
- Elm
- Stars
- 36
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
There are two issues with the current implementation: `[a-z]` only matches precisely a - z, and `\w` only matches english word characters.
See PR here https://github.com/elm-community/string-extra/pull/36
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.