I have a string:
"Very ""Good"" title"
and I need to make it look like this:
Very "Good" title
how can I do this?
Sorry for the lack of description. Here is what is going on: I have a file, where line like:
"Very ""Good"" title" 21 1231 1111 [zcz]
and i need to split in to
"Very ""Good"" title"
21
1231
1111
[zcz]
and then, "Very ""Good"" title"
replace with Very "Good"" title