On Thu, Apr 21, 2011 at 00:45, Joe Perches <joe@xxxxxxxxxxx> wrote: > On Thu, 2011-04-21 at 00:29 +0200, Ãvar ArnfjÃrà Bjarmason wrote: >> On Wed, Apr 20, 2011 at 23:50, Joe Perches <joe@xxxxxxxxxxx> wrote: >> > +    my ($recipient_name, $recipient_addr) = ($recipient =~ /^\s*(.*?)\s*(<[^>]+>)/); >> In Perl you can write (<.*?>) instead of (<[^>]+>) > > Hey Ãvar. ÂThat matches <>. ÂNot a good email address. True, but you can use <.+?> instead. I meant that you don't need to work around the lack of non-greedy regex features in Perl. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html