05-23-2006, 09:42 PM
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)
Any ideas?
Htm el=htm("BODY" "" "" " Internet Explorer" "" 0 0x20)
findrx(el.HTML "value=\042(\d+)\042" 0 4 tmp)