in reply to Re: Re: html page search/parse
in thread html page search/parse
As for the pluses, they are quantifiers and make the expression match one or more spaces (in this case). See perldoc perlre for more info.my $re = qr[<!--QBlastInfoBegin \s+ RID \s* = \s* ([\d-]+) \s+ RTOE \s* = \s* (\d+) \s+ QBlastInfoEnd \s+ -->]x;
|
|---|