http://qs321.pair.com?node_id=588117


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

Except: -
'David George' =~ m/^(?=.{1,20}\Z)[a-z]+(?:\s[a-z]+)?$/i;
does not return 'George'?