I have a string with multiple lines, each line contains number of Quotation mark ("),these Quotations are too much in my string and some of them even I cant skip with back slash() also. I tried to use 31d party website ( click here ) which will do Escapeing but its reforming the lines which I need my string in its line format so I can regex them line by line. Question is there any way to skip all these quotations in easy way?
bellow is mock of my string
var stringHolder = @" book book "book"
ten ten "book" book pen
pen "hook book" dook
beer poor "111" cat map"
Tnx alot in advance