std.toupper

STRINGstd.toupperSTRINGs

Available inall subroutines.

Changes the case of a string to uppercase. For example, std.toupper("hello"); will return "HELLO".

Example

set beresp.http.x-scream = std.toupper("yes!");