I'm using this regex for some basic name validation
^[a-zA-Z][a-zA-Z]*([-' ][a-zA-Z][a-zA-Z]*)*$
However I'd like to also allow Mr & Mrs Bobble as valid. My current regex only allows a single space between character groups and I'm not sure how to allow <space>&<space> or <space>