Find and replace in text file
-
find string Expire and change the first two lines after Expire to Code project example Expire 12345 23423 cool To Expire Code project Code project thx
So, what's the qustion? And, no, we're not going to write the code for you. If you're having a problem with the logic or some code issue, we can help with that. But don't expect anyone to write the whole thing for you. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
So, what's the qustion? And, no, we're not going to write the code for you. If you're having a problem with the logic or some code issue, we can help with that. But don't expect anyone to write the whole thing for you. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
I recommend telling the person who originally posted the question, not me... RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
find string Expire and change the first two lines after Expire to Code project example Expire 12345 23423 cool To Expire Code project Code project thx
I would suggest looking at the System.Text.RegularExpression namespace and use a regular expression to do the replacement.