> What are you doing this in? Generically try [a-zA-Z]+\.[0-9]+ Some > languages support shortcuts, so in perl you could use \w+\.\d+ That will work if you don't care to get anything from anyone with a hyphenated last name. :)