Name : perl-Regexp-Keep
| |
Version : 0.02
| Vendor : Mandriva
|
Release : 3mdv2008.0
| Date : 2007-05-08 18:22:18
|
Group : Development/Perl
| Source RPM : perl-Regexp-Keep-0.02-3mdv2008.0.src.rpm
|
Size : 0.01 MB
| |
Packager : Olivier Thauvin < nanardon_mandriva_org>
| |
Summary : Regexp::Keep - filter to allow the \"\\K\" escape in regexes
|
Description :
This allows you to use the \"\\K\" escape in your regexes, which fools the regex engine into thinking it has only just started matching your regex. This means you can turn the inefficient replace-with-itself construct
s/(save)delete/$1/;
into the more efficient
s/save\\Kdelete//;
construct.
|
RPM found in directory: /vol/rzm6/linux-mandriva/official/2009.1/i586/media/contrib/release |