These macros convert text blocks to the specified case.
.lowercase
block-input
.endlowercase
.uppercase
block-input
.enduppercase
The following parameters are available:
| Example | Result |
|---|---|
.lowercase %Comment% .endlowercase |
Applied to
This is my comment.Produces: this is my comment. |