Thread: EPGuru
View Single Post
Old 01-08-2005, 02:01 PM  
f0xn3t
Member
 
Join Date: Jul 2004
Posts: 55
Default

thx a lot happy123, you're right
I put blank space in regexp and regsub (below) by mistake here, so it should be:

Code:
			if {[regexp {(<div class=yschabstr>.*</div><em class=yschurl>.*</em>|<em class=yschurl>.*</em>)} $line] } {
				regsub {(<div class=yschabstr>.*</div><em class=yschurl>(.*)</em>|<em class=yschurl>(.*)</em>)} $line {\1} page
UPDATE: seems, it was caused by this forum because I can't get rid of the spaces... though in Edit form it's ok funny
f0xn3t is offline   Reply With Quote