[Lowercase charset]Any Text[/Lowercase]

New in 4.0
Changes all upper case letters to lower case.

To convert certain characters to lower case, put them inside a [Lowercase] context.

Example (normally you would put the following text into a .tpl file on your server and use a web browser to link to it):

[Lowercase]Some Text that contains upper- and lower case letters[/Lowercase]

In the example above, the displayed text will be

some text that contains upper- and lower case letters

This context is included for completeness as a complement to [Uppercase].

Note: you can optionally change the behavior of lowercase with charset=mac (common on Macintosh) or charset=iso (common on PCs), which causes high-ASCII characters to change case differently depending on which character set your data is.

[Lowercase charset=iso]...some text...[/Lowercase]