G
Guest
Hi y'all,
I have a beginner question... I want to get the all the values inside of
two tags in a string.
for example:
string HTMLContent = "<b>this is a test</b> <!-- start --> Hello world <!--
End --> <i>anohter test</i> " ;
I want to get whatever is inside of the start and end tags:
string NewString = " Hello Word";
I will really apreciate any help. Thanks ahead,
Jay
I have a beginner question... I want to get the all the values inside of
two tags in a string.
for example:
string HTMLContent = "<b>this is a test</b> <!-- start --> Hello world <!--
End --> <i>anohter test</i> " ;
I want to get whatever is inside of the start and end tags:
string NewString = " Hello Word";
I will really apreciate any help. Thanks ahead,
Jay