I have a regex which searches successfully for a text inside an HTML code given a keyword however I cannot get rid of the symbol <
or >
This is my regex:
[><][^><=]*climate[> - <][^<|//]*
And this the result:
>Formation of coastal sea ice in North Pacific drives ocean circulation and climate<
any suggestion please?