Class: module:br/formatting/LowerCaseFormatter

module:br/formatting/LowerCaseFormatter

Converts a string to lower case.

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

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