std.tolower

STRINGstd.tolowerSTRINGs

Available inall subroutines.

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

Example

set beresp.http.x-nice = std.tolower("VerY");