If i have the following:
<tag> text here </tag>
and I just want to get the text in between the tags, is it better to use regex or substring?
can't use any packages of any sort for this assignment.
Thanks.
I've been using regex but ran into a problem.
if i have:
<tag>first line of text...