Closed sodabrew closed 11 years ago
Agree that this should be a constant, but perhaps testing if a string is a UUID is something that UUIDTools should natively support via its own method?
I was thinking about that. Something like UUIDTools::UUID.is_uuid?
:+1: Patches welcome. :smile:
Other packages can test for UUID likeness by 'candidate =~ UUIDTools::UUID_REGEXP' without having to fully parse the UUID.