Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/uuid/mod.ts>v5.validate

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function v5.validate
import { v5 } from "https://deno.land/std@0.72.0/uuid/mod.ts";
const { validate } = v5;

Validates the UUID v5

Parameters

id: string

UUID value

Returns

boolean