Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Removing tags from a string
Message
From
16/08/2017 22:18:33
 
 
To
All
General information
Forum:
VB.NET
Category:
Coding, syntax and commands
Title:
Removing tags from a string
Miscellaneous
Thread ID:
01653403
Message ID:
01653403
Views:
90
I have this code to remove tags from a string:
lcValue=System.Text.RegularExpressions.Regex.Replace(lcValue, "<[^>]*>", "")
However, I just found out that this is not working.

Anyone can verify that Regex syntax and let me know what is wrong?
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
Next
Reply
Map
View

Click here to load this message in the networking platform