in reply to Re^3: simple regex help
in thread simple regex help
__DATA__ <li><span class="title">Title</span><ul><li>one</ul> MATCH HERE </li> +this shouldn't match
outputs
<ul><li>one</ul> MATCH HERE </li> this shouldn't match
instead of the expected
<ul><li>one</ul> MATCH HERE
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: simple regex help
by Fletch (Bishop) on Apr 18, 2007 at 17:59 UTC | |
by ikegami (Patriarch) on Apr 18, 2007 at 19:48 UTC |