8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Ulid::FORMAT_RFC4122
1 parent 4b3fad0 commit c7bf802Copy full SHA for c7bf802
reference/constraints/Ulid.rst
@@ -82,6 +82,7 @@ The format of the ULID to validate. The following formats are available:
82
83
* ``Ulid::FORMAT_BASE_32``: The ULID is encoded in base32 (default)
84
* ``Ulid::FORMAT_BASE_58``: The ULID is encoded in base58
85
+* ``Ulid::FORMAT_RFC4122``: The ULID is encoded in the RFC 4122 format
86
87
.. versionadded:: 7.2
88
0 commit comments