Making a column only allow letters and characters, including capitals
I am using Yup for my validation on the client side. For example the username field does this:
My user schema on the drizzle side is:
Just wondering is there a way to add the regex to it? Thanks
My user schema on the drizzle side is:
Just wondering is there a way to add the regex to it? Thanks