uuid.is_version3

BOOLuuid.is_version3STRINGuuid

Available inall subroutines.

Returns true if string holds a textual representation of a valid Version 3 UUID. Returns false otherwise.

Example

if (uuid.is_version3(req.http.X-Unique-Id)) {
set beresp.http.X-Unique-Id-Valid-V3 = "yes";
}

User contributed notes

BETA

Do you see an error in this page? Do you 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 Fastly support)