Skip to content

Commit cd950df

Browse files
committed
minor #20225 [Uid] Add the Uuid::FORMAT_RFC_9562 constant (alexandre-daubois)
This PR was merged into the 7.2 branch. Discussion ---------- [Uid] Add the `Uuid::FORMAT_RFC_9562` constant Fix #20221 Commits ------- 36a7c6d [Uid] Add the `Uuid::FORMAT_RFC_9562` constant
2 parents 11e1c10 + 36a7c6d commit cd950df

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)