konform-kt / konform

Portable validations for Kotlin
https://www.konform.io
MIT License
651 stars 39 forks source link

Add uuid validation method #49

Closed vitorfec closed 3 months ago

vitorfec commented 2 years ago

Adds a uuid validation function to avoid the need for a pattern on client code

dhoepelman commented 4 months ago

Needs to be looked at, preferably we have a good integration with java.util.UUID on the JVM

jillesvangurp commented 3 months ago

not possible to support this for multiplatform, so maybe let's close this?

dhoepelman commented 3 months ago

It only uses existing regex pattern() right? So that should be fine multiplatform

jillesvangurp commented 3 months ago

true, in that case we should figure out the build issues

dhoepelman commented 3 months ago

Thanks @vitorfec, even if it took 2 years :)