I'm looking for a way to use regexp in order to remove all html tags from a string.
So if I have <HTML><b><FONT color="red" size="3">Hello</FONT></b></HTML>
I would like to get the hello
from it.
I know it will probably look like nested tags, but it's not really, because all I want to do here is to remove anything between two <>
.
I'm using Matlab for doing so, but the regexp is the exact same, so feel free to contribute any help.
Thank you.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…