Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with findrx
#4
The regular expression depends on what characters contains THISWORD. This rx works with almost whatever.
Macro
Code:
Copy      Help
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


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)