portnov/text-format-heavy

Case conversion in generic format

portnov opened this issue · 1 comments

Syntax idea: "~x" in the end of format specification, where x is:

  • u - make upper case
  • l - make lower case
  • T - capitalize all words (title case)

Probably there are also other commonly used conversions.

Supported for string formatting since 0.1.5.0.