Hi,
I'm wasting too much time trying to understand HTML parsers when all I want to do is something really simple.
So can someone help me with the regex please.
I would like to strip everything upto and including
and then everything from and including up to the emd of the file
That will leave me a small enough piece of HTML code I can manually get what I want from.
Many thank.
1DMF.
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!
I'm wasting too much time trying to understand HTML parsers when all I want to do is something really simple.
So can someone help me with the regex please.
I would like to strip everything upto and including
from a HTML string.<h2>Basic details for:</h2>
and then everything from and including up to the emd of the file
<!-- MIFID Changes -->
That will leave me a small enough piece of HTML code I can manually get what I want from.
Many thank.
1DMF.
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!