Chapter 9 Generation Reference Guide (GTL)


lowercase macro

The .lowercase macro transforms a text block in lowercase characters.

.lowercase
<lowercase-block-input>
.endlowercase

This macro is particularly useful when you work with naming conventions.

For more information about naming conventions, see " Defining naming conventions", in the "Managing Models" chapter in the General Features Guide.

Parameters

Parameter Type Description
<lowercase-block-input> Complex template Parameter used to input text

Output

The output is the lowercase block input that is changed to lowercase characters.

In the following example, the variable %Comment% is 'HELLO WORLD' and it is converted to 'hello world'.

.lowercase
%Comment%
.endlowercase

 


Copyright (C) 2005. Sybase Inc. All rights reserved.