.lowercase and .uppercase Macros

These macros convert text blocks to the specified case.

.lowercase
	block-input
.endlowercase

and

.uppercase
	block-input
.enduppercase

These macros are particularly useful when working with naming conventions (see Core Features Guide > The PowerDesigner Interface > Objects > Object Properties > Naming Conventions).

The following parameters are available:

Parameter

Description

block-input

Parameter used to input text

Type: Complex template

In the following example, the variable %Comment% contains the string HELLO WORLD, which is converted to hello world.

.lowercase
	%Comment%
.endlowercase