Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Removing tags from a long string
Message
De
18/01/2016 10:26:11
 
 
À
18/01/2016 09:55:14
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
VB 9.0
OS:
Windows 8.1
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01629858
Message ID:
01629888
Vues:
24
>>Three options here (well, two really since one just uses a compiled regex for speed) : http://www.dotnetperls.com/remove-html-tags
>>You'd still need the final StrTran().....
>
>That page is certainly the most comprehensive one I have seen since last night. I have searched for all kinds of related content and none was closed to that. I ended up using RegEx(). I was able to cut it down to a fraction of a second.
>
>I read that reference. I am still trying to understand how StripTagsCharArray() works.

Basically spins through the characters in the string and writes each out to a new array but skipping the arrow delimiters and anything in between - quite neat....
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform