Re: [PATCH] Cleanup git-send-email.perl:extract_valid_email
From: Horst von Brand <hidden>
Date: 2016-06-15 22:42:28
Junio C Hamano [off-list ref] wrote:
Horst von Brand [off-list ref] writes:quoted
quoted
quoted
OK, but be careful as this (?:...) is an extended regexp (needs /x on match).quoted
Are you sure about /x?The manual (perlop(1)) says you need /x to match extended regexps, and (?...) is the marker for such (perlre(1)).
I always had the impression that eXtended in the context to talk about /x was about ignoring whitespaces and forcing people to write \s (or perhaps \040) when they mean a whitespace and had nothing to do with (?...) stuff. Let me look up the fine manual.
You might be right... and it even sounds sensible; but both (?...) stuff
and the ignoring of space is described as extended here.
Note that \s is a space character (' ', '\t', ...), which is not the same
as \040 (and that one assumes ASCII...).
--
Dr. Horst H. von Brand User #22616 counter.li.org
Departamento de Informatica Fono: +56 32 654431
Universidad Tecnica Federico Santa Maria +56 32 654239
Casilla 110-V, Valparaiso, Chile Fax: +56 32 797513