Function Find-Name-And-Email

Part of:

package tinaa
( find-name-and-email < string > )

Returns (as multiple values) a name and e-mail address as parsed from a string. Handles only “name <mail>” right now. if the string isn't in this from,then this function assumes that the string contains only a name. Also doesn't handle group projects!