Closed cjcodeproj closed 3 years ago
The movie "3 Days Of The Condor" sample file now has a UUID, version 5.
The generated hash was created from the following Python code, as a sample only.
uuid.uuid5(uuid.NAMESPACE_URL, "http://www.vectortron.com/data/movies/3_days_of_the_condor-1975-1")
Investigate the current UUID regex pattern, and see if it's working properly. It may only be catching certain types of UUIDs.
Document what UUID types are allowed, and if possible document the differences between them for clarification.