zyro / elixir-uuid

UUID generator and utilities for Elixir
Apache License 2.0
361 stars 84 forks source link

Validate UUIDs with regex. (#41) #43

Open pablocostass opened 4 years ago

pablocostass commented 4 years ago

Closes https://github.com/zyro/elixir-uuid/issues/41.

I'm by no means a regex expert, so feel free to check it out.