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

Breadcrumb

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

Validator::VALID_PATTERN

File

vendor/ramsey/uuid/src/Rfc4122/Validator.php, line 30

Class

Validator
Rfc4122\Validator validates strings as UUIDs of the RFC 4122 variant

Namespace

Ramsey\Uuid\Rfc4122

Code

private const VALID_PATTERN = '\\A[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-' . '[1-8][0-9A-Fa-f]{3}-[ABab89][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}\\z';

API Navigation

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