elm-community / elm-community/string-extra

String.toTitleCase doesn't work with accented characters or non-english alphabets

Open
#37 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

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.