File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,12 @@ enum Requirement
25
25
public const UID_BASE58 = '[1-9A-HJ-NP-Za-km-z]{22} ' ;
26
26
public const UID_RFC4122 = '[0-9a-f]{8}(?:-[0-9a-f]{4}){3}-[0-9a-f]{12} ' ;
27
27
public const ULID = '[0-7][0-9A-HJKMNP-TV-Z]{25} ' ;
28
- public const UUID = '[0-9a-f]{8}-[0-9a-f]{4}-[13-6 ][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12} ' ;
28
+ public const UUID = '[0-9a-f]{8}-[0-9a-f]{4}-[13-8 ][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12} ' ;
29
29
public const UUID_V1 = '[0-9a-f]{8}-[0-9a-f]{4}-1[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12} ' ;
30
30
public const UUID_V3 = '[0-9a-f]{8}-[0-9a-f]{4}-3[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12} ' ;
31
31
public const UUID_V4 = '[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12} ' ;
32
32
public const UUID_V5 = '[0-9a-f]{8}-[0-9a-f]{4}-5[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12} ' ;
33
33
public const UUID_V6 = '[0-9a-f]{8}-[0-9a-f]{4}-6[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12} ' ;
34
+ public const UUID_V7 = '[0-9a-f]{8}-[0-9a-f]{4}-7[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12} ' ;
35
+ public const UUID_V8 = '[0-9a-f]{8}-[0-9a-f]{4}-8[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12} ' ;
34
36
}
You can’t perform that action at this time.
0 commit comments