Verified Commit b8dc375a authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #2625142 by felribeiro, quietone, tstoeckler, cilefen, Arla, jhodgdon,...

Issue #2625142 by felribeiro, quietone, tstoeckler, cilefen, Arla, jhodgdon, smustgrave, Berdir: Document that Uuid::isValid() only considers lowercase UUIDs as valid
parent 9d6c9f78
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ class Uuid {
  const VALID_PATTERN = '[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}';

  /**
   * Checks whether a string appears to be in the format of a UUID.
   * Checks that a string appears to be in the format of a lower-case UUID.
   *
   * Implementations should not implement validation, since UUIDs should be in
   * a consistent format across all implementations.