uuid.is_valid
Available inall subroutines.
Returns true if the string holds a valid textual representation of one of the following UUIDs:
Returns false otherwise.
Example
if (uuid.is_valid(req.http.X-Unique-Id)) { set beresp.http.X-Unique-Id-Valid = "yes";}