oculus42 / short-uuid

Translate standard UUIDs into shorter formats and back.
MIT License
450 stars 13 forks source link

feat: validate #75

Closed oculus42 closed 3 months ago

oculus42 commented 3 months ago

Add validate function to test short Ids. Will support simple alphabet/length check as well as validating the uuid underneath, if desired.

Closes #66