in reply to Re: pattern matching
in thread pattern matching
Using the .+? we will get only two records out of the file. Using .*? we would get the correct number, three.<!-- record --> Blah 1 <!-- eorecord --> <h1>Html crap</h1> <!-- record --><!-- eorecord --> <!-- record --> Blah 2 <!-- eorecord -->
Still I think its a bit funny (but not surprising) how similer our posts are... :-)
Yves / DeMerphq
--
When to use Prototypes?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: pattern matching
by andye (Curate) on Jan 17, 2002 at 15:34 UTC |