You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
Herteby
changed the title
String.toTitleCase doesn't work with non-english alphabets
String.toTitleCase doesn't work with accented characters or non-english alphabets
Jan 15, 2019
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 #36
The text was updated successfully, but these errors were encountered: