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