%str.lower( … )
Returns the lowercase version of the input.
The lowercase operation is done using the current locale.
Example
control.Tmp-String-0 := "CAIPIRINHA"
reply.Reply-Message := "lowercase of %{control.Tmp-String-0} is %str.lower(control.Tmp-String-0)"
Output
lowercase of CAIPIRINHA is caipirinha