Hi, so like in title. Is there any way to delete line If it contains a "word"?
Ex.
"text" is my full text. And i want to detect line with "word" and delete this line.Code:Dim text As String = File.ReadAllText("index.html")
Thank you in advance for your help




Reply With Quote
