I have the following string:
Meu nome é <nome> Nickolas Carlos<nome>
I would like to know how I can do in VB.NET to get only what is between the <nome>
tags which in this case would be: Nickolas Carlos
Is it possible to do this using VB.NET only?