Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Uuid.php

Uuid::VALID_PATTERN

Same name in this branch
  1. 11.1.x vendor/ramsey/uuid/src/Uuid.php \Ramsey\Uuid\Uuid::VALID_PATTERN

The pattern used to validate a UUID string.

File

core/lib/Drupal/Component/Uuid/Uuid.php, line 13

Class

Uuid
UUID Helper methods.

Namespace

Drupal\Component\Uuid

Code

const VALID_PATTERN = '[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}';

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal