lowercase
The [lowercase] context changes all upper case letters to lower case. The 'charset' optionally can be nominated.
[lowercase charset=charset-name]Any Text[/lowercase]
Example WebDNA code:
[lowercase]
Some Text that contains upper - and lower case letters
[/lowercase]
Results:some text that contains upper - and lower case letters
This context is included for completeness as a complement to [uppercase].You can optionally change the behavior of uppercase with charset=mac or charset=iso, which causes high-ASCII characters to change case differently depending on which character set your data is.
Example WebDNA code:[lowercase charset=iso]...some text...[/lowercase]