I have a string:
Apple1231|C:\asfae\drqw\qwer|2342|1.txt
I have the following code:
Regex line2parse = Regex.Match(line,@"(\|)(\|)(\|)(\d)");
if (line2parse < 2)
{
File.AppendAllText(workingdirform2 + "configuration.txt",
What I want to be able to do is replace every |
after the first |
with \
So i want to write out
Apple1231|C:\asfae\drqw\qwer\2342\1.txt