Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
(Solved)...get word from HTML
#3
I would use findrx.

Code:
Copy      Help
str a=
;Did you mean: </font><a href=/search?hl=en&safe=off&ie=UTF-8&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=extract&
str b
if(findrx(a "\bDid you mean:.+?&q=([^&> '']+)" 0 0 b 1)<0) end "not found"
out b


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)