in reply to Re: Stumped by regex
in thread Stumped by regex

Thanx for all the replies guys. Although some of them dont quite do it. In the end i figured out that the following will do the job (with the addition of some varification error messages for the user), and then check for length with an "if". Thanx guys
m/^[a-zA-Z]+\s?[a-zA-Z]*$/