Question
getting text bewtween 2 tags
Hi,
I have a block of code like this
<div class="leftCol>
<!---start--->
this is the code i need to get
<!---end--->
</div>
I need to get everything between the start and end coments. if this is stored in the variable #myCode# how can I can I achive this?
Thanks,
R
