Skip to content

Commit 36a7c6d

Browse files
[Uid] Add the Uuid::FORMAT_RFC_9562 constant
1 parent 11e1c10 commit 36a7c6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/uid.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ The following constants are available:
329329
* ``Uuid::FORMAT_BASE_32``
330330
* ``Uuid::FORMAT_BASE_58``
331331
* ``Uuid::FORMAT_RFC_4122``
332+
* ``Uuid::FORMAT_RFC_9562`` (equivalent to ``Uuid::FORMAT_RFC_4122``)
332333

333334
You can also use the ``Uuid::FORMAT_ALL`` constant to accept any UUID format.
334335
By default, only the RFC 4122 format is accepted.

0 commit comments

Comments
 (0)