[erlang-questions] How to capitalize the first letter of Unicode string?

Jani Hakala jani.j.hakala@REDACTED
Tue May 14 11:03:36 CEST 2013


Martin Dimitrov <mrtndimitrov@REDACTED> writes:

> Hello,
>
> Ca you suggest a way to capitalize the first letter of a Unicode string?
>
Perhaps this library will help you, see

  https://github.com/erlang-unicode/i18n
  https://github.com/erlang-unicode/i18n/blob/master/doc/i18n_string.md

It has functions like split, to_lower, to_upper, to_title.

Jani Hakala



More information about the erlang-questions mailing list