04-15-2008, 04:13 PM
The regular expression depends on what characters contains THISWORD. This rx works with almost whatever.
Macro
Macro
str a s2
;;This is part of some html code I just put it in a string to make it easier.
a="center''>THISWORD</h4></td></tr></table><br><script type=''text/javascript''><!--"
str rx="center''>(.+?)</h4></td></tr></table><br><script type=''text/javascript''><!--"
if(findrx(a rx 0 0 s2 1)<0) ret
out s2