Try this.
vb.net Code:
Dim html As String = "<p class=""welcome-msg"">Welcome, username</p>" Debug.Print(Regex.Match(html, "(?<=<p class=""welcome-msg"">).+(?=</p>)").Value)
|
Results 1 to 15 of 15
Thread: Read text from a websiteThreaded View
|
Click Here to Expand Forum to Full Width |