]> Sergey Matveev's repositories - public-inbox.git/commit
filter: clarify regular expression
authorEric Wong <e@80x24.org>
Fri, 11 Apr 2014 19:51:32 +0000 (19:51 +0000)
committerEric Wong <e@80x24.org>
Fri, 11 Apr 2014 22:24:30 +0000 (22:24 +0000)
commit930fe68247cb3ec5aa304270818788b19600e9fb
tree05f1518905147a13ef6c91a524695aa999cfc0b8
parent9e98246f95c2b660c99949242251245b7bf14c45
filter: clarify regular expression

I often forget the subtleties of Perl regexps and newlines,
so I suspect others do, too.  Use explicit capture so it's
more familiar to users of non-Perl regexps.
lib/PublicInbox/Filter.pm