I want to outpout part of a richtextbox content to a textbox.
Exemple (This is just part of the richboxtext1:
<meta http-equiv="refresh" content="0;url=?sid=defd7592f5b806ad8a4fa1273bd73077"> <
This is code i used but is faulty :(
:
Dim strBuild As String = Nothing
strBuild = Split(Split(RichTextBox1.Text, "sid=")(1), "''>")(0)
TextBox6.Text = strBuild
I want whats between "sid=" and the "''>"
sid=defd7592f5b806ad8a4fa1273bd73077">