Open offizium-berndstorath opened 3 months ago
Be able to check if string is hex
Could also be done with regex
z.string().regex(/[0-9A-Fa-f]+/g)
Be able to check if string is hex
Could also be done with regex