I am reading CSV file in my application.
I want to replace two different strings and print as one line. for example:
string1#$string2#$string3####string4
I want to replace #$ with , and #### with \n
and want to show the result on a UILabel.