Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Removing tags from a long string
Message
De
18/01/2016 09:56:47
 
 
À
18/01/2016 03:40:17
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:
01629885
Vues:
24
>Try this
>
>
>internal static string RemoveHtmlTags(string s)
>		{
>			return Regex.Replace(s, @"<[^>]*>", "");
>		}
>
Can you tell me the enhancements in that filter instead of this:
		lcContent = System.Text.RegularExpressions.Regex.Replace(lcContent, "<.*?>", "")
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform