In the case of following string to be parsed.
ford mustang,10,blue~~?bugatti veyron,13,black
I want to replace the ~~?
with a carriage return
Replacing with \n
just adds the string "\n"
How can this be done?
In the case of following string to be parsed.
ford mustang,10,blue~~?bugatti veyron,13,black
I want to replace the ~~?
with a carriage return
Replacing with \n
just adds the string "\n"
How can this be done?