I am trying to allow input of a person's first and last name in one form
field, nothing more, nothing less

There should be only one uppercase A-Z character followed by one or
more lowercase a-z characters followed by one space followed by one
uppercase A-Z character followed by one or more lowercase a-z
characters, nothing more.

have tried this which does not work:  /^[A-Z a-z]\s+[A-Z a-z]{1,15}$/

Thanks.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to