Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
regexp with quotes
#1
I'm trying to search through HTML using findrx and pulling out a numeric string within quotes. Obviosuly, I can't include the double quote character directly into the search pattern, so the code I'd LIKE to use is below, though it isn't working. The \042 = the double quote octal code.
Any ideas?


Htm el=htm("BODY" "" "" " Internet Explorer" "" 0 0x20)
findrx(el.HTML "value=\042(\d+)\042" 0 4 tmp)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)