Skip to main content
Module

x/ui7/mod.ts>pattern

Generate UUIDv7 identifiers in JavaScript (or TypeScript)
Latest
variable pattern
import { pattern } from "https://deno.land/x/ui7@v0.2.3/mod.ts";

A regular expression that recognizes UUID's generated by this package.

Capture group 1 is the timestamp portion, and 2 is the random portion (including the 2-bit constant UUID variant field).

type

RegExp