upper, lower. Changing case of the string

^string.upper[]   
^string.lower[]   

These methods convert
string to uppercase or lowercase. For this method to work, we need $request:charset to be specified.

Example

$str[Keep off the grass!]
^str.upper[]

The code will return:
KEEP OFF THE GRASS!


Copyright © 1997–2021 Art. Lebedev Studio | http://www.artlebedev.com Last updated: 30.03.2004