Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parsing out parts of text file
Message
De
04/02/2008 03:22:49
 
 
À
04/02/2008 01:21:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01288936
Message ID:
01288947
Vues:
9
>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','>'))
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform