Skip to main content
Deno 2 is finally 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.80.0/uuid/mod.ts";
const { validate } = v5;

Validates the UUID v5

Parameters

id: string

UUID value

Returns

boolean