I am using formik with react And i have a signup page where i need to have the following
- No special characters
- Name should not start with space or end with space
- First letter should always be capital letter Eg Abhi Kumar Abhishek Ray
Etc
So what validation should i place I am using only name field and i want to place it in single text field
So can anyone help