M
Martin Andert
Hello,
i want to parse some html with regex and have the following problem:
--- html to parse start ---
some text <span class="x">
some text with linebreaks
and tabs and <b>tags <i>in it</i>
goes here
</span> another text
--- html to parse end ---
Now my question: How do I have to write the pattern so I get
"some text with linebreaks and tabs and <b>tags <i>in it</i> goes here"
as a match?
TIA Martin
i want to parse some html with regex and have the following problem:
--- html to parse start ---
some text <span class="x">
some text with linebreaks
and tabs and <b>tags <i>in it</i>
goes here
</span> another text
--- html to parse end ---
Now my question: How do I have to write the pattern so I get
"some text with linebreaks and tabs and <b>tags <i>in it</i> goes here"
as a match?
TIA Martin