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");
User contributed notes
BETADo you see an error in this page? Do have an interesting use case, example or edge case people should know about? Share your knowledge and help people who are reading this page! (Comments are moderated; for support, please contact support@fastly.com)