01-11-17, 04:07 PM
PHP كود :
Dim strw As String = TextBox1.Text
TextBox2.Text = Regex.Match(strw, "(?<=title=).+").Value
PHP كود :
Dim strw As String = TextBox1.Text
TextBox2.Text = strw.Substring(strw.IndexOf("title=") + "title=".Length)
