Class: module:br/formatting/UpperCaseFormatter

module:br/formatting/UpperCaseFormatter

Converts a string to upper case.

UpperCaseFormatter is typically used with Presenter, but can be invoked programmatically as in the following example which evaluate to "hello, world!":

br.formatting.UpperCaseFormatter.format("Hello, World!", {})