0
I have the following string:
Meu nome é <nome> Nickolas Carlos<nome>
I wanted to know how I can do in VB.NET to get only what is between the tags <nome>
which in this case would be: Nickolas Carlos
It is possible to do this using only VB.NET?
Would not be
<nome>
and</nome>
?– Math
Yes, it might be too!
– Nickolas Carlos