Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parsing out parts of text file
Message
From
04/02/2008 03:22:49
 
 
To
04/02/2008 01:21:47
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01288936
Message ID:
01288947
Views:
8
>Hi All,
>
>I want to remove all the
<img .... >
tag sections from an html file and leave the rest of the html as is. What is the easiest way in which to do that?
>
>Thanks

Check the Strextract() function! Something like
strtran(yourtext,strextract(yourtext,'<img','>'))
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform