Visual Basic 2010 (VB.NET): Some questions like searching text between 2...

Qub1

New member
...other lines of text? I would like to know how to search for text between 2 other lines of text in a rich text box, for example:
I have this text in my rich text box:
<HTML>
<form id="login" action="login.php">
</HTML>
I would like to get the text between id="login" action=" and ", then it would return login.php. Could anyone help me with this? I found this webpage: http://www.vb-helper.com/howto_divide_text.html but the code is somewhat old (VB6), so it doesn't work anymore.

Thanks in advance!
 
Back
Top