Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Removing tags from a string
Message
 
To
16/08/2017 22:18:33
General information
Forum:
VB.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01653403
Message ID:
01653414
Views:
71
>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?

https://stackoverflow.com/questions/18153998/how-do-i-remove-all-html-tags-from-a-string-without-knowing-which-tags-are-in-it
https://stackoverflow.com/questions/4878452/remove-html-tags-in-string
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform