Hi can anyone tell me if i can write a string to a text file without it having the " Quotes at either side of the text "?
I'm trying to input a line of text from a text file, change it and rewrite it.
Example
//(adt|dclk)\./
//ccas(\.clearchannel|_media/)/
would become
url1*//(adt|dclk)\./*
url2*//ccas(\.clearchannel|_media/)/*
The problem is when ever i write out to file it is in quotes.
"url1*//(adt|dclk)\./*"
"url2*//ccas(\.clearchannel|_media/)/*"
Any help would be appreciated
Thank you.