How i can remove HTML tags

hi all!! I have a piece of an HTML file (it's the description of an app) and i should remove all the tags inside it. How can I do? I try to use 'regexprop' but it doesn't work. it removes only div and /div but the other tags not. Help me pleaseeeee!!

Risposte (1)

Cedric
Cedric il 17 Ott 2017
Modificato: Cedric il 17 Ott 2017
content = regexprep( content, '<.*?>', '' ) ;
EDIT: and the following thread just came back, with Sean mentioning the Text Analytics Toolbox:

4 Commenti

Cedric
Cedric il 17 Ott 2017
Thanks Sean!
Cedric
Cedric il 21 Ott 2017
Modificato: Cedric il 21 Ott 2017
Is this answer working for you? If so please [Accept] it. If not, I am happy to provide more information.
Thankyou Cedric. This is indeed very helpful to me.

Accedi per commentare.

Categorie

Scopri di più su App Building in Centro assistenza e File Exchange

Tag

Richiesto:

il 17 Ott 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by