You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Review specification to clarify that all the following are permitted:
Should shortening of codes with only eight digits be allowed? E.g. 8FVC9G8F+
Should shortening of codes with six digits be allowed? E.g., 8FVC9G00+
Should shortening of codes with two or four digits be allowed? E.g., 8FVC0000+
I think we should also specify that padding after the plus e.g. +00G, is not permitted.
The text was updated successfully, but these errors were encountered:
Here is a draft implementable specification for shortening codes. It clearly answers these questions and provides a clear regex to see what is a short code. (Which is also a useful but not optimized Perl implementation of the isShort function).
(From #273 )
Review specification to clarify that all the following are permitted:
I think we should also specify that padding after the plus e.g.
+00G
, is not permitted.The text was updated successfully, but these errors were encountered: