Skip to content

isUuidV7

isUuidV7(uuid) → boolean · Security

Check if a UUID string is specifically version 7 (time-ordered). See Chapter 38.

  • uuid (required): UUID string to check
utlx
{
  isV7: isUuidV7($input.messageId),
  canExtractTime: isUuidV7($input.id)
}

Released under AGPL-3.0.