houdini/lib/uuid.rb

3 lines
No EOL
94 B
Ruby

module UUID
Regex = /\{?[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}\}?/
end