* Francis Galiegue <fg@one2team.com> [2008-11-10 08:55]:Possessive quantification is supported in much earlier versions of Perl, it’s just more awkward syntactically: /^To:(?>\s*)(.+)\s*\nCc:/ism But possessification is not going to make a difference in this regex, since .+ can match anything that \s* can also match, so the only difference is that if the regex does happen to backtrack, it will backtrack over all the spaces after the To: at once instead of one at a time. I have only just subscribed so I do not have enough context to know what the problem is, but based on what I have seen so far it seems to me that all you want is simply /^To:\s?(.+)\s*\nCc:/ism although I have to wonder if the /s modifier here is really what you want. That is correct. Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/> -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| david | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
| Evgeniy Polyakov | Re: [BUG] New Kernel Bugs |
git: | |
| Gerrit Renker | [PATCH 28/37] dccp: Integration of dynamic feature activation - part 3 (client side) |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| David Miller | [GIT]: Networking |
| Tantilov, Emil S | WARNING: at include/net/sock.h:417 udp_lib_unhash |
