Hi,
From this questions : http://stackoverflow.com/questions/3073176/javascript-regex-only-letters-allowed
How can I make that expression test for people's name? Currently it doesn't allow spaces between names at all. I need to be able to match something like John Doe
Cheers