For website validation purposes, I need first name and last name validation.
For the first name, it should only contain letters, can be several words with spaces, an
You make false assumptions on the format of first and last name. It is probably better not to validate the name at all, apart from checking that it is empty.