How i can remove HTML tags
Show older comments
Answers (1)
content = regexprep( content, '<.*?>', '' ) ;
EDIT: and the following thread just came back, with Sean mentioning the Text Analytics Toolbox:
4 Comments
Cedric
on 17 Oct 2017
Thanks Sean!
Pradeepa Pachalla
on 26 Dec 2022
Thankyou Cedric. This is indeed very helpful to me.
Categories
Find more on App Building in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!