I'm having big trouble trying to find or come up with a regular expression pattern for two or more words. The context: I have a form where I'm asking for name, users are supposed to type first and last name and a parser divides it as I want. The problem that I found is that if the parser fails or what they input is wrong there's no way the know it's the name. I'm using patterns on the rest of the fields so using one in the name is the best idea design-wise.
I don't know much about Regular Expressions so could somebody tell me if there's a way? It has to be two or more words.