You are here

constant Uuid::VALID_PATTERN in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Component/Uuid/Uuid.php \Drupal\Component\Uuid\Uuid::VALID_PATTERN

The pattern used to validate a UUID string.

File

core/lib/Drupal/Component/Uuid/Uuid.php, line 18
Contains \Drupal\Component\Uuid\Uuid.

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}';