in reply to Re: simple regex help
in thread simple regex help
Well, anything in the 'match here' -- the content changes. the only given i know, is that the outermost match is this:
<li><span class="title">Title</span> MATCH HERE </li>
MATCH here could be a single letter, or it could be an html structure that potentially matches the regex
i really need to keep this in regex if possible -- using the tree objects is a last resort
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: simple regex help
by wfsp (Abbot) on Apr 18, 2007 at 17:19 UTC | |
by ikegami (Patriarch) on Apr 18, 2007 at 17:52 UTC | |
by Fletch (Bishop) on Apr 18, 2007 at 17:59 UTC | |
by ikegami (Patriarch) on Apr 18, 2007 at 19:48 UTC |