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