comahe-de / i18n4k

Internationalization for Kotlin
Apache License 2.0
78 stars 9 forks source link

Formatting-Options like lowercase, uppercase, capitalize #41

Closed comahe-de closed 11 months ago

comahe-de commented 1 year ago

Possibility to transform the letters to uppercase, lowercase or capitalize (uppercase to first letter, rest lowercase).

Format:

{~, FORMAT_OPTION, TEXT_WITH_PATTERNS  }  

Example:

{~, capitalize,  {0}} is the best!