skip to Main Content

Android studio name validation

I'm comming with a little question here. I need to do something to validate the a name in the registration form, until now I did this : if(TextUtils.isEmpty(textFullName) ) and this else if(!textFullName.matches("[a-zA-Z ]+")) but those are for empty and…

VIEW QUESTION

What can I do to improve my writing?

In my react with typescript project, I'm using the Formik component alongside Yup validation schema to validate an address form. At the moment, it work fine for an existing user, because the initialValues are populated with valid data. Also, it…

VIEW QUESTION
Back To Top
Search