removing <br/> from GET request
Posted
by
tking
on Stack Overflow
See other posts from Stack Overflow
or by tking
Published on 2011-01-17T16:51:12Z
Indexed on
2011/01/17
16:53 UTC
Read the original article
Hit count: 168
I'm using a get request to get some page data but need to strip the break tags from the finished file. Basically what I'm doing is taking the output of the get request and saving it to a file but it has hundereds of break tags in it I need removed. I'm fine with running a batch or vb script after the file is saved to remove the tags but I'm not sure how on how to do that either. So far the only solutions I have seen is to remove entire lines.
© Stack Overflow or respective owner