std.toupper
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!");
Available inall subroutines.
Changes the case of a string to uppercase. For example, std.toupper("hello");
will return "HELLO"
.
set beresp.http.x-scream = std.toupper("yes!");