* 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
| Hiten Pandya | Re: up? (emacs docbook xml ide) |
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
| Linus Torvalds | Re: LSM conversion to static interface |
| Ingo Molnar | Re: AIM7 40% regression with 2.6.26-rc1 |
git: | |
| Ingo Molnar | [bug, netconsole, SLUB] BUG skbuff_head_cache: Poison overwritten |
| David Miller | [GIT]: Networking |
| Jarek Poplawski | Re: Possible regression in HTB |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
