How to make a reg-expression to remove all the html code? i tried just a <(.*)> but it obviously matches too too much, and i don't see any way to limit this in the documentation. Help!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How to make a reg-expression to remove all the html code? i tried just a <(.*)> but it obviously matches too too much, and i don't see any way to limit this in the documentation. Help!
This: <[^>]*> seems to work.
There would be a problem only if you have something like this : <tagname attr=">"> wich would be replaced by ">