My current regex is /^[a-zA-Z\\s-]*$/
/^[a-zA-Z\\s-]*$/
This allows whitespace at the extreme ends of the string which is fine for ex-: hello or hell
hello
hell