<(.\n)*?> |
Using regular expression in C++/CLI:
aSource = System::Text::RegularExpressions::Regex::Replace( aSource, L"<(.\n)*?>", System::String::Empty ); |
Ref:
Strip HTML tags from a string using regular expressions - ISerializable - Roy Osherove's Blog
Regular expression - Wikipedia, the free encyclopedia
No comments:
Post a Comment