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
In reply to Re^2: simple regex help
by nmerriweather
in thread simple regex help
by nmerriweather
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |