I want to show a picture in my app but the json data from the server looks like this
"property_plans":["~~~http://irandng.com/melk/wp-content/uploads/2015/07/plan4.jpg~~~http://irandng.com/melk/wp-content/uploads/2015/07/plan3.jpg~~~http://irandng.com/melk/wp-content/uploads/2015/07/plan1.jpg~~~http://irandng.com/melk/wp-content/uploads/2015/07/plan2.png"]
How can I show the pictures? I have a problem with ~~~. How can I fix it?
You can split the string using the aptly named function https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/split