L
Lydia Shawn
hi,
how can i extract the number between text1 and text2 in input.html
only the first time it occurs ignoring the rest?
preferably input.html would be a URL that stops downloading once a
match has occured, that would save a lot of bandwidth..
i guess html:
arser would provide an option to work with a file while
it's downloading (?)
example
----
input.html:
bla..
text1 555 text2
bla
bla
text1 6000 text2
bla
EOF
output.txt
555
thanks for your help,
peter
how can i extract the number between text1 and text2 in input.html
only the first time it occurs ignoring the rest?
preferably input.html would be a URL that stops downloading once a
match has occured, that would save a lot of bandwidth..
i guess html:
it's downloading (?)
example
----
input.html:
bla..
text1 555 text2
bla
bla
text1 6000 text2
bla
EOF
output.txt
555
thanks for your help,
peter