The current format (/\A\h{8}-\h{4}-\h{4}-[89AB]\h{3}-\h{12}\z/i) supports only the UUID variant DCE Security (89AB).
So I've updated the regular expression to support more uuid variants.
I also noticed that in the tests there is an option using such a regular expression.
The current format (/\A\h{8}-\h{4}-\h{4}-[89AB]\h{3}-\h{12}\z/i) supports only the UUID variant DCE Security (89AB). So I've updated the regular expression to support more uuid variants. I also noticed that in the tests there is an option using such a regular expression.