%str.lower( … )
Returns the lowercase version of the input.
The lowercase operation is done using the current locale.
Example
User-Name := "BOB"
reply.Reply-Message := "lowercase of %{User-Name} is %str.lower(User-Name)"
Output
lowercase of BOB is bob