std.strrep
Available inall subroutines.
Repeat the given string n
times. If n
is a negative value, it is taken to
mean zero.
Example
declare local var.s STRING;set var.s = std.strrep("abc", 3); # produces "abcabcabc"
Try it out
std.strrep
is used in the following code examples. Examples apply VCL to real-world use cases and can be deployed as they are, or adapted for your own service. See the full list of code examples for more inspiration.
Click RUN on a sample below to provision a Fastly service, execute the code on Fastly, and see how the function behaves.
Azure blob storage bucket origin (private)
Use Microsoft Azure authenticated requests to protect communication between your Fastly service and Azure.
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)