I'd like to find a string "COMMENT" in a txt file and can I delete this line.
If you have any examples of
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Aug 25, 2012, 1:17 PM
You might want to use StartsWith() instead of Contains() and to do a case insensitive search by converting everything to (say) lower case.