I would like to validate a uuid string to make sure it's a valid time uuid (i.e. a test to check if a string is a time uuid).
For example: A request comes in with an id like so, as a string: 54d890dc-40a5-4686-8d7e-095e3934d99e
(this is uuid v4), is there any way to test whether this uuid is a time uuid (v1) or not (uuid v4)?
You can use regexp :
For example
Here about UUID regexp