monsterguts
Registered Member
- Jul 8, 2011
- 60
- 6
Hoping someone can help with a regex problem I'm having in Pipes.
I've been able to regex out most everything I need from a pipe that grabs the contents of a page with the exception of this last bit.
Just to head off any questions as to why I'm stuck with this block... it's that some posts contain it while others do not.
Any help appreciated. Thanks.
I've been able to regex out most everything I need from a pipe that grabs the contents of a page with the exception of this last bit.
Code:
<div class="img" id="spacer"></div><style>#spacer{clear:left}#abc #sidebar{margin-top:1.5em}</style><div id="sidebar"><script>if(zs>0){zSB(3,3)}else{gEI("spacer").style.display='none';gEI("sidebar").style.display='none'}</script></div>
Any help appreciated. Thanks.
Last edited: