We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ec3c8 commit 1a42402Copy full SHA for 1a42402
lib/sequin/string.ex
@@ -44,7 +44,7 @@ defmodule Sequin.String do
44
str
45
|> UUID.info()
46
|> case do
47
- {:ok, info} -> info[:version] == 4 and info[:variant] == :rfc4122
+ {:ok, info} -> info[:version] in [7, 4] and info[:variant] == :rfc4122
48
_ -> false
49
end
50
0 commit comments