Android : Android replace double quotes with one quote

on Tuesday, August 12, 2014


The string output is = "data", "data1", "data2", "data3"


i want it to replace " with ' so the string output will be = 'data', 'data1', 'data2', 'data3'


Thanks :)


0 comments:

Post a Comment