Только буква и пробел.
/^[a-zA-Z\s]*$/g
David Diamant
/^[a-zA-Z\s]*$/g
var re = /^[A-Za-z]+$/;