This might sound weird, but i want to parse a xml response by pushing certain string with following regular expression:
data-href="[\d\w\/:\.\=]*[">]?
into an array.
The reason for this is just for testing. A friend has built a webpage with jimdo where he displays a image gallery. now i want to try parsing the xml on this site and only fetch the images which are at every data-href tag and use them in my react native app.
Any ideas?