I'm trying to use a regex but somehow it won't work. I've used a similar string in the past and it worked without problems.
old: (?<=(<img(.+)src=(.+)images(.+)statusicon/(.+)alt=\"))(.+)(?=( is(.+)line\"))
new: (?<=(<span class=\"date\">))(.+)(?=(<span class=\"time\">))
I want it to find the date...
input:
<span class="postdate old">
<span class="date">27.03.11 <span class="time">15:04</span></span>
</span>
<span class="nodecontrols">