Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Removing tags from a long string
Message
From
18/01/2016 10:26:11
 
 
To
18/01/2016 09:55:14
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
VB 9.0
OS:
Windows 8.1
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01629858
Message ID:
01629888
Views:
25
>>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....
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform